Run the demo-get.php
file, what it displays is assigned to responseText, and is displayed below.
No difference with using a GET method 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***