$git=$GET[“git”];
switch ($git){
default;
include(“sayfalar/anasayfa/index.php”);
break;
}
I am writing this code, but gives me an error on the screen,why?I watched the video the same person wrote this code but the error did not
What error did you receive?