Jump to content

html/php last prob.


jasonman1

Recommended Posts

sorry I wish I would reply on the other posts but it wont let me.

 

header("Location: http://whatever.com/whatever");

For email, you have to have basically a form, and then put the variables into your email(). Here's the basic version, without the actual form:

Code:

mail($to, $subject, $body);or as an example

Code:

mail ('[email protected]', 'Email subject', $body, 'From: [email protected]'); It can only take four options at most, and the fourth parameter ('From') is optional.

 

 

The thing is, I don't really know where to place these codes in my script around the submit botton I have and the box they type stuff in.

Link to comment
https://forums.phpfreaks.com/topic/63416-htmlphp-last-prob/
Share on other sites

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.