Posted: Tue Oct 18, 2005 6:54 pm Post subject: Hidden field problem
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.
This sounds like a browser/URL issue. Are you passing the parameter along using hidden fields and not urlencode()ing the value. Are you not using method POST for the form? My guess is you're loosing everything past the space including any other parameters. _________________ Free MusicCpopServer Definition
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum