Templates
Posted: Mon May 24, 2004 11:27 am
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
But i dont' think that works very accuratly.
Any suggestions?
Thank you
Anthony