[PHP-DB] problem with " " From: Jennifer Arcino Demeterio (eper <email protected>)
Date: 07/13/01

hello,

i'm having problems with " " ... when i'm using stripslashes ... the word is cut after the quotation marks ...

for example

    This is the sample "sentence" ...

the output will be ...

    This is the sample

it works fine if i will not use stripslashes however the apostrophe will the one to encounter problems...

hope someone could help...

thanks very much :)