Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more - View Single Post - How to set page in php dynamically
View Single Post
Old 03-06-2010, 01:12 AM   #3 (permalink)
Liza17
Junior Member
 
Join Date: Jan 2010
Posts: 65
Default Re: How to set page in php dynamically

Quote:
Originally Posted by jersey012 View Post
That is, each page includes the line

<?require_once('PageStart.php')?>

The PageStart.php file essentially defines the header. Omitting the
boring stuff, it's laid out like so:

<html>
<head>
<title>The Title of the Page</title>
<?require_once('styles/PageStyles.css')?>
</head>

<boring stuff snipped>


thanks for this, I need it also
Liza17 is offline   Reply With Quote
Sponsored Links