[PHP] ###PLEASE HELP### - delete a line from a text file

2002-08-16 Thread radio x
i have a text file with some of this elements: name:adress:telephone:email:password i want to delete this line using for identifier the 'name' only. // $sterge_user=name; this is the value sent by form witch will be the identifier // $path=some_of_my_files; the file used here allready set

[PHP] cgi error

2002-08-10 Thread radio x
I receive this when I try to send an e-mail. All works fine until yesterday and my script is the same. Could u tell what is the problem? CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:

[PHP] and this is the script

2002-08-10 Thread radio x
$fp = fopen(msg1.dat, r); while (!feof($fp)) { $data = fgetcsv ($fp, 4096, :); $subiect_email=Important to all my users!!!; $design=html head titlebla/title /head

Re: [PHP] Re: Getting information of a client

2002-08-09 Thread radio x
how can i get a variable posted from a form by a user whitout having register_globals set On? Nick - Original Message - From: Saci [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 09, 2002 1:08 PM Subject: [PHP] Re: Getting information of a client ?php $mensagem =