Thread: MySQL error...
View Single Post
Old April 24th, 2005, 01:35 PM   #15 (permalink)
Frost
Registered User
 
Join Date: Apr 2005
Posts: 148
Code:
Content visible to verified customers only.
Note that the error is near 's pictures 101.jpg so IT IS a slashing issue. If you run the following query, you will NOT get an error (it has nothing to do with his $cat variable being empty):
Code:
Content visible to verified customers only.
If you look in uploadproduct.php for where $realname is used after is it addslashed, you should see that it won't cause a problem elsewhere, except for possibly echoing a slash in diewell, so fine, stripslash it there, big deal. Further note that $realname gets redefined by list soon after.
Frost is offline   Reply With Quote