Hello-
I just switched Hosts, and am now getting parse errors when I was getting none before? I have included what my script is and what the host is running. If anyone knows any errors for these PHP mods please let me know so i can correct my code to work with this host.
Thanks much!
PHP Code I get the error on:
<?
if($QUERY_STRING == "") {
$QUERY_STRING = "homepage/homepage.htm";
}
@include($QUERY_STRING);
?>
Host has the following:
PHP version 3.0.9 and 4.0.3pl1. PHP 4.0.3pl1 is currently installed as a CGI binary, while PHP 3.0.9 is compiled into Apache. Below are the paths to PHP version 4.0.3pl1:
/usr/bin/php4
For backwards compatibility, PHP 3.0.6 is also available in:
/usr/bin/php
And PHP 3.0.9 is also available in:
/usr/local/php/php3.0.9