Hola...
Tengo el siguiente problema:
Código:
<?
switch ($_GET["pml"]){
for($f=1;$f<=$pml;$f++)
{
case $f;
$incluir = 'web/pml/'.$f,'.php';
$titulo = ' - Portfolio';
break;
}
}
?>
Parse error: syntax error, unexpected T_FOR, expecting T_CASE or T_DEFAULT or '}' in :shock: on line 3
En la linea 3...
Alguien tiene ideas ? :shock:
Gracias de antemanos :B
Saludos.