hej
jeg har nogle problemer med at includere filer i php
jeg har en fil liggenden i roden af mit webhotel og skal includere en fil der ligger i mappen includes har prøvet med følgende kode
include $_SERVER['DOCUMENT_ROOT'] . '/include/dbCon.php';
men får følgende fejl
Warning: include_once() [function.include-once]: Unable to access /customers/dp-byg.dk/dp-byg.dk/httpd.www/includes/dbCon.php in /customers/dp-byg.dk/dp-byg.dk/httpd.www/test.php on line 8
Warning: include_once(/customers/dp-byg.dk/dp-byg.dk/httpd.www/includes/dbCon.php) [function.include-once]: failed to open stream: No such file or directory in /customers/dp-byg.dk/dp-byg.dk/httpd.www/test.php on line 8
Warning: include_once() [function.include]: Failed opening '/customers/dp-byg.dk/dp-byg.dk/httpd.www/includes/dbCon.php' for inclusion (include_path='.:/usr/share/php') in /customers/dp-byg.dk/dp-byg.dk/httpd.www/test.php on line 8
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /customers/dp-byg.dk/dp-byg.dk/httpd.www/test.php on line 15
Warning: mysql_close(): supplied argument is not a valid MySQL-Link resource in /customers/dp-byg.dk/dp-byg.dk/httpd.www/test.php on line 22
håber der er nogle der kan hjælpe mig lidt på vej så jeg kan få løst dette problem