Perra73 Posted February 28, 2008 Share Posted February 28, 2008 Do a "miniwebb" with four pages , array -functions I would like to do a Website Only index.php with menu thats generates 4 pages with only functions (include into index.php) so on/Please help me... It looks like below | Site1 | Site2 | Site3 | Site4 This is the first page | Site1 | Site2 | Site3 | Site4 This is the second page some idea functions htmlStart(); htmlTitel(); htmlBodyStart(): setBgColor(); htmlCreateMenu(); writeText(); // This is first page, ..... createEnd(); htmlEnd(); //index.php <?php require("functions.php"); // write to get value. from page menu $page = $_GET['somthing'] echo createWebsite($page); ?> Link to comment https://forums.phpfreaks.com/topic/93595-do-a-miniwebb-with-four-pages-array-functions/ Share on other sites More sharing options...
trq Posted February 29, 2008 Share Posted February 29, 2008 And your actual question is? Link to comment https://forums.phpfreaks.com/topic/93595-do-a-miniwebb-with-four-pages-array-functions/#findComment-479627 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.