Jump to content

Changing directories in PHP


xcmir

Recommended Posts

How do I change directories in PHP???

 

I have a php script which sends information to a template script to be processed, code like this:

$site_root = "./././";
$categories_search_box = $template->process($site_root.'search.tpl.php');

 

the file search.tpl.php is in the root directory of my website and my php script is 3 sub directories before, However I cannot seem to access my root directory, I have tried both using ./././ and ../../../What is the problem????

 

I am getting this error message:"Warning: template::include() [function.include]: Failed opening 'themes/modern_silver/templates/././search.tpl.php' for inclusion (include_path='.;C:\AppServ\php5\pear') in C:\AppServ\www\1\includes\class_template.php on line 47"

Link to comment
https://forums.phpfreaks.com/topic/113199-changing-directories-in-php/
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.