zero-perfoliate
zero-perfoliate

Author Topic: Special Chars  (Read 194 times)

Offline Smackie

  • New PHP Members
  • Posts: 1
  • Karma: +0/-0
Special Chars
« on: June 03, 2010, 01:06:30 PM »
I have a question now i have script on a site and also on my machine.. the machine part works good (also has register_globals off but the site has register_globals on but i don't want to shut it off and i was wondering would register_globals being on would mess with a form that users use and puts some special chars in it?.. the form gets submitted to a database..

but like i said the one on my machine works fine but the one on site doesn't (same script)

Thank you.
Smackie

Offline Sergey Popov

  • PHP Helpers
  • ***
  • Posts: 31
  • Karma: +0/-0
    • Freelance PHP Developer
Re: Special Chars
« Reply #1 on: June 04, 2010, 08:01:33 AM »
It is hard to guess what is wrong without seeing your script code. Please post it here.
Refer to php documentation or PHP Help forum for more info and for answers to your questions

 

zero-perfoliate