kyle
July 12th, 2001, 13:00
In an .htaccess file i am going to place
php_value include_path .:/home/sites/home/web/site/template
All the files in the template dir will be included
In 1 file under the template dir i will place a list with all the values.
The values will be like $phpmenu $perlmenu etc....
How can i make $phpmenu equal the contents of a file name in the template dir?
Now in the file i want the value to be included in i just need to place echo $phpmenu; ?
php_value include_path .:/home/sites/home/web/site/template
All the files in the template dir will be included
In 1 file under the template dir i will place a list with all the values.
The values will be like $phpmenu $perlmenu etc....
How can i make $phpmenu equal the contents of a file name in the template dir?
Now in the file i want the value to be included in i just need to place echo $phpmenu; ?