View Single Post
Old March 30th, 2005, 06:39 PM   #8 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 66,752
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
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.

Last edited by Chuck S; March 30th, 2005 at 06:41 PM.
Chuck S is offline   Reply With Quote