Jump to content

keeping paths with include


swamp

Recommended Posts

I'm using this code to include a page containing links to files associated with the page I'm including it with.

 

<?php include 'projects/' . $password . '/index.php' ?>

 

These files were made ages ago and all have the links relative to the file (e.g file1.jpg is linked by /images/file1.jpg)

 

When I'm including the page and clicking the links they are going to the path relative to the file they are included in instead of the actual path of the file..

 

How can I keep the path when including a file in the way an iframe does when you use that?..

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/125530-keeping-paths-with-include/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.