Re: [PHP-WIN] writing form data into text file

2002-08-02 Thread Andreas Esser
hi, i´ve already replaced the line and i´ve changed the register_globals, but it still don´t work you have another idea?? or can you test the script on your computer??? thx andreas "R'Twick Niceorgaw" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 000301c23a8b$d423db20$8600a8c0@sunu">news:00

RE: [PHP-WIN] writing form data into text file

2002-08-02 Thread R'twick Niceorgaw
Replace this line fputs($fp, "$name"); With fputs($fp, $_POST["name"]); Or, set register_globals On in your php.ini file. R'twick -Original Message- From: Andreas Esser [mailto:[EMAIL PROTECTED]] Sent: Friday, August 02, 2002 9:14 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] writing