Page 1 of 1

Contact Page

Posted: Tue May 01, 2012 2:36 pm
by YoussefSiblini
Hi Guys,

I am building a contact form, I usually use php to send emails when the button is clicked.
This time I have an html page, is their a way to achieve this in an html page?


Joe

Re: Contact Page

Posted: Wed May 02, 2012 3:31 pm
by Robert07
You could either use ajax to interact with a php file that will send the email or post a form to a php page that sends the email and then redirects back to the html page or wherever you want to go next. Either way it's a server side operation, not a client one.

Re: Contact Page

Posted: Wed May 02, 2012 4:59 pm
by YoussefSiblini
Thank you,
This is a really good way, exactly what I want.

Many thanks again.