"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 greatPonyack
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?
http://scriptplayground.com/tutorials/p ... -with-PHP/