Jekis Posted May 24, 2010 Share Posted May 24, 2010 All a good day, help to understand. There is a index.php page with the code. When I add text in this page, it is duplicated and others. index.php?page_id=20 index.php?page_id=18 ....... <?php switch($_GET["index"]) { case"index.php": include '10.html'; break; } ?> <?php switch($_GET["page_id"]) { case"20": include '20.html'; break; } ?> Link to comment https://forums.phpfreaks.com/topic/202732-help-understand-pleas%D1%83/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.