I am at the point where I don't know if it's just me, or the PHP configuration. I can not get variables to pass between pages, for example:
This code:
<?
echo $EnteredText;
print "<form method=\"POST\" action=\"$PHP_SELF\">
<input type=\"text\" name=\"EnteredText\" size=\"20\">
<input...