Hello
I just noticed that my provider is running PHP4.3.1
and I have here on my pc PHP4.2.2
which is the latest version.?
could this account for some problems that I have been seeing lately.
localy
<?
include("include/menu.php")
?>
WORKS FINE by my provider
but to make it work locally
i have to use
<?
php include("include/menu.php")
?>
What would you advise me to do here ?
thanks phil81