Page Title by page= with includes

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

chrislive
Forum Newbie
Posts: 9
Joined: Wed Sep 01, 2004 7:56 pm
Location: KL, Malaysia (from Adelaide, Australia)
Contact:

Post by chrislive »

still wont work...

it works if everything is in the same directory...

i have /pages.php - include("content.php");
then i have /includes/content.php - include("title.php");
then title.php - does the title prints

what am i doing wrong??
Post Reply