vada
07-07-2007, 10:55 PM
Alright, as I said, I do not know ANY real PHP but I use includes on my websites so I do not have to edit every single page every time I add a link or edit something simple. The includes I guess work fine but I am having trouble with this...
(this is the ONLY PHP I have in the file)
<?php include("$p.txt");
if(empty($p)){include ("welcome.txt");} ?>
When there is no selected include the welcome.txt DOES appear but above it there is the error telling me the following:
Warning: main(.txt): failed to open stream: No such file or directory in /home/content/r/a/c/racetrailers/html/erin/index.php on line 85
Warning: main(.txt): failed to open stream: No such file or directory in /home/content/r/a/c/racetrailers/html/erin/index.php on line 85
Warning: main(): Failed opening '.txt' for inclusion (include_path='.:/usr/local/lib/php') in /home/content/r/a/c/racetrailers/html/erin/index.php on line 85
What needs to be changed or can anything be?
Thanks for your time. :D
(this is the ONLY PHP I have in the file)
<?php include("$p.txt");
if(empty($p)){include ("welcome.txt");} ?>
When there is no selected include the welcome.txt DOES appear but above it there is the error telling me the following:
Warning: main(.txt): failed to open stream: No such file or directory in /home/content/r/a/c/racetrailers/html/erin/index.php on line 85
Warning: main(.txt): failed to open stream: No such file or directory in /home/content/r/a/c/racetrailers/html/erin/index.php on line 85
Warning: main(): Failed opening '.txt' for inclusion (include_path='.:/usr/local/lib/php') in /home/content/r/a/c/racetrailers/html/erin/index.php on line 85
What needs to be changed or can anything be?
Thanks for your time. :D