Cod: Selectaţi tot
function pagina()
{
$y=$_SERVER[PHP_SELF];
$y=str_replace(".php","",$y);
$m = explode("/", $y);
return $m[count($m)-1];
}
Cod: Selectaţi tot
function pagina()
{
$y=$_SERVER[PHP_SELF];
$y=str_replace(".php","",$y);
$m = explode("/", $y);
return $m[count($m)-1];
}
Cod: Selectaţi tot
$y=$_SERVER[PHP_SELF];
Cod: Selectaţi tot
$y=str_replace(".php","",$y);
Cod: Selectaţi tot
$m = explode("/", $y);
Cod: Selectaţi tot
return $m[count($m)-1];
Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 3 vizitatori