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
$fp = fopen("msg1.dat", "r");
while (!feof($fp))
{
$data = fgetcsv ($fp, 4096, ":");
$subiect_email="Important to all my users!!!";
$design="
bla
blablaaa";
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:
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
> $mensagem = $men
4 matches
Mail list logo