Results 1 to 2 of 2

Thread: Send mail from HTML ? Php?

  1. #1
    Join Date
    Jan 2006
    Location
    Saigon, Vietnam
    Posts
    204

    Send mail from HTML ? Php?

    Does anybody knows how to send an email from an HTML file using php or any kind of script within my webserver ? Hey that could be great,

    Thanks and Cheers!!! It's the chinese year here :P Dog year

  2. #2
    Join Date
    Feb 2006
    Posts
    7
    PHP has a mail() function that allows you to send email. You could build your HTML form & send the data to the PHP script upon submitting and have the PHP script parse the data and email you whatever information you wanted from it.

    Hope this helps,
    -Mike

    http://www.PerlCoders.com/
    http://www.PHPLabs.com/
    http://www.Image-Jar.com/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •