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!
I have a textfield in a form and the name of the textfield is textfieldName4
If I type 'myroadname' in the textfield everything works fine. But if I type 'myroadname 2A' I only get 'myroadname' left when I recieve the value on the other page. Everything after the space seems to just dissapear. Here is the code that I use for sending the hidden field.