All im trying to do is get the .php files out of the main Forums directory - this way I can keep them organized.
What you are saying is I should put the .php file that calls up the template for the review in the directory reviews2005 (forums/reviews2005).
Then all I would need to do is add chdir('www/forums/reviews2005') & when I link from the forums to that review i should link to
Code:
www.rustysoaptraders.com/forums/reviews2005/filename.php
?
And in the 'filename.php' is where I put the chdir command? and I put that file in the reviews2005 directory?
Chris