Home › Forums › CSS › add a PHP email form to a webpage › Re: add a PHP email form to a webpage
February 7, 2009 at 2:29 pm
#54171
Member
"ponyack" wrote:
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?