- Apr 29, 2003
- 48,920
- 46
- 91
I've got a form in PHP with a textbox called Name. Anytime someone puts an ampersand in the name box, I get nothing in $_POST["Name"] on the page that receives the form. If there is no ampersand in Name, $_POST["Name"] works correctly. Is there any way I can access the POST string directly as a string, rather than as an array so I can try to figure this out?
Edit: I'm also using this form to upload a file to the server, so the form tag includes enctype="multipart/form-data". I've determined that if I take that out, it works fine. I can't take that out though. So... any ideas?
Edit: I'm also using this form to upload a file to the server, so the form tag includes enctype="multipart/form-data". I've determined that if I take that out, it works fine. I can't take that out though. So... any ideas?