PHP interesse |
|
Ik kan niet zien wattie fout doet:
<?php
include "files/header.php";
if($_GET['p'] == 'admin')
{ include "ProPoll/admin.php"; }
else
{ include "ProPoll/index.php"; }
include "files/footer.php";
?>
<?php include "files/header.php"; if($_GET['p'] == 'admin') { include "ProPoll/admin.php"; } else { include "ProPoll/index.php"; } include "files/footer.php"; ?>
De pagina die ik krijg is deze... Wat niet klopt, want hij zou deze moeten includen!
Alle bestanden bestaan! Error (Bash func PHP):
Citaat: Warning: SAFE MODE Restriction in effect. The script whose uid is -1 is not allowed to access ./files/header.php owned by uid 762 in /home/pumpkinj/www/Midly/poll.php on line 2
Warning: Failed opening 'files/header.php' for inclusion (include_path='.:/usr/share/php4') in /home/pumpkinj/www/Midly/poll.php on line 2
Warning: SAFE MODE Restriction in effect. The script whose uid is -1 is not allowed to access ./ProPoll/index.php owned by uid 762 in /home/pumpkinj/www/Midly/poll.php on line 7
Warning: Failed opening 'ProPoll/index.php' for inclusion (include_path='.:/usr/share/php4') in /home/pumpkinj/www/Midly/poll.php on line 7
Warning: SAFE MODE Restriction in effect. The script whose uid is -1 is not allowed to access ./files/footer.php owned by uid 762 in /home/pumpkinj/www/Midly/poll.php on line 9
Warning: Failed opening 'files/footer.php' for inclusion (include_path='.:/usr/share/php4') in /home/pumpkinj/www/Midly/poll.php on line 9
|