Jump to content

jasonman1

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

jasonman1's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. 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 ('herestosomeone@someplace.com', 'Email subject', $body, 'From: person@whosent.com'); 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.
  2. php's mail() function will send mail php's header() function will re-direct to another page What do I do to make it where it will send the text to my email once submited. I dont know the commands and how to edit my box to make it do that. Also with the php's header fuction, to get it to the next page.
  3. Hello, I already have a domain and my html scripts are already made for my site and on my site there is a box where you can type stuff in and click submit. Now can I make it where the info being submit gets sent to my email or a .txt document and then It goes on to the next page after he hits submit.
  4. Hello, I already have a domain and my html scripts are already made for my site and on my site there is a box where you can type stuff in and click submit. Now can I make it where the info being submit gets sent to my email or a .txt document and then It goes on to the next page after he hits submit.
×
×
  • 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.