What would cause my broken url??
Posted: Wed Apr 21, 2004 9:48 pm
One of my pages is sending broken information. There is a form that generates a list of names with radio buttons next to them. The user selects a name and clicks submit .... then the page proceedes to the next one where I do all my database manipulation.
The problem is, when i select a man and hit submit, my link comes out all messed up. Instead of getting
&information="Lastname, Firstname"
...I get
&information="Lastname, "
I have used this technique on many of my other pages for this website. All the other variables that I pass are ok. This is the only one i have an issue with. Please help me. Im balding as it is, I don't need to start pulling out what hair I have left. Thanks
The problem is, when i select a man and hit submit, my link comes out all messed up. Instead of getting
&information="Lastname, Firstname"
...I get
&information="Lastname, "
I have used this technique on many of my other pages for this website. All the other variables that I pass are ok. This is the only one i have an issue with. Please help me. Im balding as it is, I don't need to start pulling out what hair I have left. Thanks