Quote:
Originally Posted by bud144
Magic quotes is set to on
Is there another way to test if magic quotes is causing the problem?
|
print the SQL query to screen before executing it and see if it contains any unnecessary quotes. if not quotes, perhaps you'll notice some other errors - such as missing variables, etc. perhaps the global variables ($_GET, $_POST, etc) are working in a different way on a new server and that's causing problems.