Posted by Virginner on 06/22/07 07:56
"Amy" <amy@amy.com> wrote in message news:oIKei.50680$NV3.30492@pd7urf2no...
>I have this php file called links.php. It is in a folder on my domain
>(www.domain.com/links/links.php)
>
> The file links.php has an include statement:
>
> <?php
> include('\folderc\k.php');
>
1. do you have a file called k.php living in /folderc/ off ROOT - probably
not. Where is folderc?
2. use forward slashes for directories to maintain cross-server
compatibility.
Navigation:
[Reply to this message]
|