Posted by Summercoolness on 06/19/07 04:51
if you are just a users among the 100s of users on a hosting machines,
then if you do a include("/main.php"); it won't include the file
but will say
Failed opening required '/main.php' (include_path='.:/usr/local/nf/
lib/php')
it seems ok to include("../main.php"); except the file will not work
if moved from www.abc.com/movies to a new location of
www.abc.com/movies/little-mermaid is there a better solution for
this?
[Back to original message]
|