secure $_GET
secure $_GET
Out of context: Reply #4
- Started
- Last post
- 7 Responses
- effour0
Thanks for the help guys, I can't get this working though...any reason as to why?
$myVar = $_GET['c'];
switch($myVar){
case:'home';
include("home.php");
break;case:'about';
include("about.php") ;
break;
}Thanks for all you help...this is killing me!