Re: [PHP] Need help with output from form to .txt file

2004-02-15 Thread Adam Bregenzer
On Sun, 2004-02-15 at 05:59, Kristers hotmail wrote: > I'm sendeing "hello" from the form > > The result I get in my gb.txt file is \"hello\" You need to check out magic_quotes[1]. If you do not have access to php.ini, or want a way to disable it without changing php.ini see my previous post[2].

[PHP] Need help with output from form to .txt file

2004-02-15 Thread Kristers hotmail
Hi!! When i send data from a form and there is some special characters like ' " \ php seems to add an extra \ before every special character in the transfer from the form to the point when I put the data in the .txt file where i store it. It is a guestbook I'm using the script for so it is a bi