Script
<?php $myfile = fopen("webdictionary.txt", "r") or die("Unable to open file!"); echo fgets($myfile); fclose($myfile);; ?>
run results
AJAX = Asynchronous JavaScript and XML