Hi!
I have this php:
$message = ereg_replace("\r","", $message);
$message =
"<med>$message</med><nam>$name</nam><adr>$adress</adr><tel>$tele</tel>";
$fp = fopen (basename($PHP_SELF) . ".comment", "a");
fwrite ($fp, $message);
fclose ($fp);
There must be something wrong in first line beacause the value of message is
not writed.
I also want the output to contain a <customer nr ?>in beginning.

Thanks for any help
Jan Grafstrom



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to