Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS add a PHP email form to a webpage Re: add a PHP email form to a webpage

#54171
ikthius
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?