Cita:
Iniciado por onores
switch($articulos){
case "IP037":
$_GET['mostrar'] = 37; //o quizas $mostar = 37;
include("articulos/masarticulos.php");
break;
default:
...
}
Saludos!
Exacto
al definir un
Código PHP:
$foo = 45;
include('test.php');
la variable $foo estara "disponible" en test.ph
chekate esta parte del manual
http://php.net/variables.scope