Problem with mail()
Posted: Mon Apr 19, 2004 9:54 pm
fellow warriors of the cathode tube,
I am kinda new to php and I am trying to use the send mail function to send mail. I am using data posted to the function from a form on the previous page. Now when I click send, I get the following errors
Notice: Undefined variable: subject in e:\inetpub\wwwroot\php\feedback.php on line 3
Notice: Undefined variable: message in e:\inetpub\wwwroot\php\feedback.php on line 3
I get the mail fine, but it has no subject and no body.....ok, so I guess I don't get it fine.
Is there something I am missing?[php_man][/php_man]
I am kinda new to php and I am trying to use the send mail function to send mail. I am using data posted to the function from a form on the previous page. Now when I click send, I get the following errors
Notice: Undefined variable: subject in e:\inetpub\wwwroot\php\feedback.php on line 3
Notice: Undefined variable: message in e:\inetpub\wwwroot\php\feedback.php on line 3
I get the mail fine, but it has no subject and no body.....ok, so I guess I don't get it fine.
Is there something I am missing?[php_man][/php_man]