Page 1 of 1

JavaScript to PHP

Posted: Thu Aug 03, 2006 12:59 am
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?

Posted: Thu Aug 03, 2006 3:58 am
by onion2k
XMLHTTPRequest. Also known as AJAX. There's about a billion tutorials about it on the net.

Posted: Thu Aug 03, 2006 9:17 am
by tam2000k2
Thanks guy. I will check it out