At 04:03 02.03.2003, Dade Register said:
--------------------[snip]--------------------
>Thanx a lot for your help.
>It adds to the .dat file. it's not fgets().
>Dade [EMAIL PROTECTED]'s
>That's from the dat file..... any other ideas?
--------------------[snip]-------------------- 

add this line vefore and after stripslashes() and see what you get:

echo '<xmp>', $poem, '</xmp>';

If I type "I've set it up" it should read

I\'ve set it up
I've set it up

or your stripslashes is not working.


-- 
   >O     Ernest E. Vogelsinger
   (\)    ICQ #13394035
    ^     http://www.vogelsinger.at/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to