I get this annoying error message when a form is sent:
Warning: Cannot modify header information - headers already sent by (output started at /public_html/email.php:65) in /public_html/email.php on line 93
The email still sends, but the error message appears. Here is my PHP code:
<?php...
I have a PHP email form and I require the user to enter its name. How can I use the submitted name of the user and when s/he sends the email, the title is "tips from [users name]".
Hi,
I am totally new to PHP. Can someone please supply a PHP script for this. I want it to be emailed to me after the user answers the radios and textareas:
<form name="footy" method="post" action="email.php">
<abbr title="Enter your name here"><input name="Name" type="text" id="Name"...