Hi all,
Treat me as completly thick,
I have a script that calls an include file.
the calling file is :
accommodation/warwickshire/gh.php
the include file is :
accommodation/php/db.inc
in the calling script I have
include 'accommodation/php/db.inc';
the calling script cannot find db.inc, I know its a path thing and I am not sure if the calling statement is correct.
Yes I know I am thick. can you help
DCJ