Form processing question

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
brizz781
Forum Newbie
Posts: 2
Joined: Thu Oct 27, 2005 12:26 pm
Location: Tampa, FL

Form processing question

Post 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??
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

You mean, send the form data to the server without leaving the page?

AJAX

http://xajax.sourceforge.net ;)
brizz781
Forum Newbie
Posts: 2
Joined: Thu Oct 27, 2005 12:26 pm
Location: Tampa, FL

Post by brizz781 »

Yes exactly
Post Reply