Page 1 of 1

Form processing question

Posted: Thu Oct 27, 2005 12:32 pm
by brizz781
I currently use php to process all the forms on my site. I am working a redesign of the home page where I have a simple two line form. Is there a way to process the form but not leave the page with an echo??

Posted: Thu Oct 27, 2005 12:35 pm
by Chris Corbyn
You mean, send the form data to the server without leaving the page?

AJAX

http://xajax.sourceforge.net ;)

Posted: Thu Oct 27, 2005 12:38 pm
by brizz781
Yes exactly