Run the demo-get.php
file, its content is assigned to responseText, that is displayed below.
No difference with a GET command to load a text file, only the name of the file differs!
The content of demo-get.php is as follow:
<?php echo "Displayed by the PHP script:<br><b> Hello the Ajax World!</b><br>";
?>
***Must be stored here***