PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
one works a treat, however the following two variables do not post, or show within the address bar. I have defined everything fine, just the data isnt captured.
Sorry, this is one that I have come back to. I have a page which displays the asset number, software and license in text fields. There is a remove link which when clicked posts to another page which displays this information and then prompts the user to confirm and delete the information.
This is kinda working. My address field shows for one of them the following;
As you can see this is posting correctly, however my echo commands only show the first character for the second two, ie. var2 only shows letter "a" and var3 only shows letter "f"
mhouldridge wrote:As you can see this is posting correctly, however my echo commands only show the first character for the second two, ie. var2 only shows letter "a" and var3 only shows letter "f"
Any thoughts?
I think you're echo'ing a string as if it's an array.