Templates

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

Post Reply
pinehead18
Forum Contributor
Posts: 329
Joined: Thu Jul 31, 2003 9:20 pm

Templates

Post by pinehead18 »

Currently i have a header php page that includes phpc ode and regular pages that include php code. I'm wanting to create a working template for both of those. right now i use $output = "Page stuff" Then include(header.php) start_output($output);

But i dont' think that works very accuratly.

Any suggestions?

Thank you
Anthony
Post Reply