need some help in php issue
Hi I can't seem to use some of the PHP scripts on my server for some unknown reason...when in the other hand..i can use it on a similar server.Here is the script I use on my "main.php":
<?php include ("$page.php"); ?> <---- this is Line 465
This is the error I get:
Warning: Failed opening '.php' for inclusion (include_path='.:/usr/share/pear') in /home/handasolo/public_html/main.php on line 465
Somethings definitely wrong with my php setup or something. Please help me out with this.