PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
In a common files used at the top of every page I have a little script that add slashes to every $_POST, $_GET, and $_COOKE variable. This is similar to what's used in PHPBB. My question is does MySQL automatically remove the salshes on insert into the database? When I step through the code it seems that the slashes stay right up to the moment it gets inserted. Should I worry about this or should I just let it do its thing?