secure $_GET
secure $_GET
Out of context: Reply #6
- Started
- Last post
- 7 Responses
- UndoUndo0
sorry my mistake I made an error with the code
$myVar = $_GET['c'];
switch($myVar){
case"home":
include("home.php");
break;case"about":
include("about.php") ;
break;
}that should work now