Dit wil ik doen:
vanuit /space/home/budworth/public_html/index.php wil ik /space/home/budworth/public_html/includes/db.inc.php includen.
Ik doe dit via:
include("/space/home/budworth/public_html/includes/db.inc.php");
maar krijg de error:
Warning: Failed opening '../includes/db.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /space/home/budworth/public_html/index.php on line 2
Ik heb het pad blijkbaar fout ofzo, want op me eigen server thuis werkt het wel gewoon met het hele pad enzo.
Iemand een idee ?
vanuit /space/home/budworth/public_html/index.php wil ik /space/home/budworth/public_html/includes/db.inc.php includen.
Ik doe dit via:
include("/space/home/budworth/public_html/includes/db.inc.php");
maar krijg de error:
Warning: Failed opening '../includes/db.inc.php' for inclusion (include_path='.:/usr/local/lib/php') in /space/home/budworth/public_html/index.php on line 2
Ik heb het pad blijkbaar fout ofzo, want op me eigen server thuis werkt het wel gewoon met het hele pad enzo.
Iemand een idee ?