site fix |
||||
|
Posted by: stak i was working on adding some new stuff to this site, when i finally figured out something that has been bugging me for a while.. apparently the default install of PHP comes with the magic_quotes_gpc enabled. this means that quotes in any form data submitted to PHP is automagically escaped with backslashes. as i didn't know this before, i had been randomly adding stripslashes() to variables whenever i noticed the extra slashes. armed with this new information, however, i was able to go through my code and fix it up so that everything is consistent and i only call stripslashes() where i need to.
|
|||
(c) Kartikaya Gupta, 2004-2025. User comments owned by their respective posters. All rights reserved. You are accessing this website via IPv4. Consider upgrading to IPv6! |