Jump to content

Help understand pleasу


Jekis

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.