View previous topic :: View next topic |
Author |
Message |
skeggy11 -
Joined: 06 Jan 2005 Posts: 3
|
Posted: Fri Jan 21, 2005 12:43 am Post subject: HTML/PHP for query |
|
|
Hey people,
wandering if anyone can help me. I need good piece of source code so that a form will email it to me without using Outlook Express,java or php would do. Please help!
Thanks, Skeggy11 |
|
Back to top |
|
 |
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Fri Jan 21, 2005 12:49 am Post subject: |
|
|
Then perhaps you should have searched google, then the forum, then posted in the correct category. The tutorials section is for *posting* tutorials, not asking for help - unless it's in the thread of the tutorial.
http://www.google.co.uk/search?q=php+web+form+mailer |
|
Back to top |
|
 |
Glitch2082 -
Joined: 02 Dec 2004 Posts: 194
|
Posted: Fri Jan 21, 2005 2:07 am Post subject: |
|
|
Looking up the mail() function in the php manual should do everything... that and the $_POST _________________ int main() {
cout << "Im Pro Apache";
cin.get();
} |
|
Back to top |
|
 |
|