Okay i wanna make a form where the User can fill out a form e.g like a Game Submitting Form:
--------------------------
Title: (Text Box Here)
Description: (Text Box Here)
--------------------------
when they click a Button "Submit".
i want to have the Information sent to my e-mail. lets say its "gamer@yomail.com".
The Subject for the E-mail would be the "Title" and the Body of the E-mail would have the "Description".
does anyone know how to do this?
Obviously that doesnt have any checking (i.e. the user could get away without typing a title or a description). That's up to you to work out. Also I included two additional headers "Content-Type" which specifies that the message will be ordinary text. You can also use text/html if you want to be able to use HTML tags. The other header is "From" and allows you to specify an email address that the message is originating from. For example, if the user enters an email address in your form, you can click "Reply To" in your email client to respond quickly.
Anyway, message again if you need any more help
Mike
"Now I guess we're... 'Path-E-Tech Management'" -Dilbert
Circy is indeed correct. It adds the email to your outbox, and sends it the next time you open Outlook. Again, it was so long ago that I forget how I did it. I found the script on a website somewhere.
191 / 9999 * 7 + 191 * 7
Pete Nattress Cheesy Bits img src/uploads/sccheesegif
If you try to run it on your computer it wont work, that is because you probably dont have the PHP interpreter installed on your system. You'll need to upload it to your host and run it from there.
If your host doesnt support PHP I recommend using Perl, because it is quite easy to do with that. If your server doesnt support Perl, then you can use ASP, though with ASP it takes a few more lines of code.
Mike
"Now I guess we're... 'Path-E-Tech Management'" -Dilbert