|
I asked a question above noone ever answered.
I show the proper use of addslashes and stripslashes in the comments.
How many stripslashes are in your database for a typical character that needs it. There is some users who have some mysql setting that like triples the normal use of addslash and that might be the issue
Same thing on pro's and con's I show this in showproduct
$cons[$itemnum] = stripslashes($consline);
$pros[$itemnum] = stripslashes($prosline);
so I really need to see an example of how the database is storing it
Last edited by Chuck S; March 30th, 2005 at 06:41 PM.
|