Hi all,
I have a strange problem..... I have the following code at the top of one of my files:
include_once( 'db_fns.php' );
include_once( 'date_fns.php' );
include_once( 'misc_fns.php' );
include_once( 'photo_fns.php' );
include_once( 'distance_fns.php' );
This code works fine on my home machine (i.e. all files are included). However, when I upload it to my host the date_fns.php file doesnt get included. I added an echo statement at the top of the date_fns.php file and it displays the text when I view the file directly, but not when I call the file that contains the code above. Changing the order of the includes makes no difference...
Please help!! I'm banging my head against a brick wall, and its really begining to hurt now 😕
Thanks,
Joe