Posted by Jerry Stuckle on 04/19/07 04:46
Jon Slaughter wrote:
> "Jerry Stuckle" <jstucklex@attglobal.net> wrote in message
> news:D5-dnQ6alNLrQrvbnZ2dnUVZ_jednZ2d@comcast.com...
>> Jon Slaughter wrote:
>>> Can I modify code that I have included using
>>>
>>> <?php
>>> include("../Index.php");
>>> ?>
>>>
>>> The Index.php file contains links that need to be modified to work.
>>> Index.php is basically an html file uses a linked css file and when its
>>> included in the new file its referencing a css file in the wrong spot. I
>>> need to add "../" to the css file reference in Index.php to make it work.
>>>
>>> Thanks,
>>> Jon
>> Ensure your link is an absolute path relative to your website root. Then
>> where you include index.php doesn't matter.
>>
>
> It would actually be a bit more trouble since any time I want to upload to
> the server to test I will have to change the link. Would be easier just to
> have php just add "../" to one spot instead manually doing it every time I
> upload to the server.
>
>
And why is that? I never have to change links when I upload to my servers.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|