Call PHP page via jQuery/Ajax

mal009

New Member
Let's say I have a PHP page and inside that PHP page I just have \[code\]<?php echo "Hello World!"; ?>\[/code\] and I want to use JavaScript (preferabbly jQuery) and AJAX to CALL that php page and return it's output (which would be "Hello World!")How is this done?
 
Back
Top