JavaScript to PHP

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
tam2000k2
Forum Newbie
Posts: 13
Joined: Mon Jul 31, 2006 2:08 pm

JavaScript to PHP

Post by tam2000k2 »

Is there anyway to call a PHP function in the same page from a JavaScript function without using a form to POST another PHP page?
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Post by onion2k »

XMLHTTPRequest. Also known as AJAX. There's about a billion tutorials about it on the net.
tam2000k2
Forum Newbie
Posts: 13
Joined: Mon Jul 31, 2006 2:08 pm

Post by tam2000k2 »

Thanks guy. I will check it out
Post Reply