Hi,
I currently am using links to php files that are currently in the same directory.
I ned to navigate to a different directory and display a file there and when a link is selected in that directory it will bring me back.
Here’s what I’m using when all files are in the same directory:
[php]
This downloads file is in a different directory and I need to be able to go there.
For example downloads is in:
C:\wamp\www
and I need to jump to:
C:\wamp\www\Reports\report_display.php
In the reports.php I have:
[php]
If I use:
[php]
[/php]
Then the navigation throws an error and the navigation stays in the Reports directory.
Any ideas??
Cheers.