southbeach
Programmer
I know, nearly impossible but I know I have a huge whole and I want to close it (not patch it) before it is too late.
I am afraid that my code will start breaking apart once users start using characters like
within fields. It already happened when I tried to pass (via URL) a field that had # in it. Ironically, the user himself reported the problem and the cause.
I cannot ask them not to use these characters so, what is my solution to
1. Write to MySQL, read from MySQL and display on screen
2. Pass them via URL
3. When passing via URL, what must I use on the other end if not our normal $_GET/REQUEST
Thank you all in advance for your assistance.
I am afraid that my code will start breaking apart once users start using characters like
Code:
' , ` # " % \ / {} [ ] & * @
I cannot ask them not to use these characters so, what is my solution to
1. Write to MySQL, read from MySQL and display on screen
2. Pass them via URL
3. When passing via URL, what must I use on the other end if not our normal $_GET/REQUEST
Thank you all in advance for your assistance.