Jump to content

[SOLVED] Is it possible to send data to a email aswellas some another page from a form??


naveenbj

Recommended Posts

Hello,

Thanks for reply!!

 

Sry :( i miss that line to write here and i used tht line also but not able to get the proper ans:(

 

here is the link for the from if you want to check this>>http://ice.host-care.com/~com/n/form.html

 

Regards,

Nj

Oh sorry bro, my fault.

Find:

$content = $_POST['name'] . "\r\n" . $_POST['lastname'] ."\r\n" . $_POST['email'] . "\r\n" . $_POST['age'] ."\r\n" . $_POST['radiobutton'] . "\r\n" . $_POST['address'] ."\r\n" . $_POST['phone'] . "\r\n" . $_POST['mobile'] "\r\n" . $_POST['fax'];

 

Change to:

$content = $_POST['name'] . "\r\n" . $_POST['lastname'] ."\r\n" . $_POST['email'] . "\r\n" . $_POST['age'] ."\r\n" . $_POST['radiobutton'] . "\r\n" . $_POST['address'] ."\r\n" . $_POST['phone'] . "\r\n" . $_POST['mobile']."\r\n" . $_POST['fax'];

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.