treehouse : what would you like to learn today?
Web Design Web Development iOS Development

add a PHP email form to a webpage

  • Hi,

    I using php email form. Its saved as a index.php Not how to load this form into my page?

    Any ideas or a tutorial would be great

    Ponyack
  • "ponyack" said:
    Hi,

    I using php email form. Its saved as a index.php Not how to load this form into my page?

    Any ideas or a tutorial would be great

    Ponyack


    I take it you mean you have a PHP script for handling email from a contact form?

    I would save your PHP file in your cgi-bin and call that file onsubmit.

    the PHP actually runs after your contact form has been filled in (hopefully)

    is this what you meant?
  • Here's a tutorial for you on implementing a basic emailer:
    http://scriptplayground.com/tutorials/p ... -with-PHP/