Q: If I'm not on the server that is to be used to send the email, how can I configure PHP to send from a certain server? thanks all
Warning: Server Error in c:\program files\apache group\apache\htdocs\sonicmailer\sonicadmin.php on line 276 and line 276 is mail($address, stripslashes($subject), $finalbody, $mailheaders); ----- Original Message ----- From: John To: [EMAIL PROTECTED] Sent: Sunday, October 06, 2002 4:14 PM Subject: undefined index and undefined variable problems I'm running PHP 4.1.1 with Apache 1.3.23 on windows 2000 Many of my scripts display "Warning: Undefined variable" or "Warning: Undefined Index" when a variable hasn't been used yet. The scripts work, but I get a ton of these runtime errors. any ideas? I think it may be a configuration/installation problem. thanks