Posted by TristaSD on 05/08/06 07:47
I'm trying to point to an include file from php like so:
<?php require('/main/includes/nav_stripe.php');?>
That approach is perfectly fine when trying to point to a folder
INCLUDES inside folder MAIN on the root IN HTML. However, php is
producing errors.
Is there a solid safe way to reference a file/folder regardless of how
many levels up or down it is?
[Back to original message]
|