nope..still doesnt work...
Ive tried:
include("nav.php");
include("http://pdem.mattwatson.info/nav.php");
include("pdem.mattwatson.info/nav.php);
and the only one that works the first one only if the nav.php is in the same directory...
if it is worth anything, here is the error i get:
Warning: include(/nav.php) [function.include]: failed to open stream: No such file or directory in /home/pdem/pdem.mattwatson.info/Timesheet/REItimesheet.php on line 32
Warning: include() [function.include]: Failed opening '/nav.php' for inclusion (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/pdem/pdem.mattwatson.info/Timesheet/REItimesheet.php on line 32
and if it is a url, then add this 3rd error message:
Warning: include() [function.include]: Failed opening 'http://pdem.mattwatson.info/Timesheet/nav.php' for inclusion (include_path='.:/usr/local/php5/lib/php:/usr/local/lib/php') in /home/pdem/pdem.mattwatson.info/Timesheet/REItimesheet.php on line 32
Name:
Hope I can clear this up >.< lol thanks
edit: btw, is there anyways to fix my problem i was having with my form?