![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
31/07/2012, 10:25
|
|
Respuesta: If no muestra datos. prueba sin hacer la consulta haber si se muestra
<?php if($_GET['panel'] == "nombre"){?>
<form action="" method="post">
Nombre Nuevo: <input name="nombrenuevo"><br>
<input name="enviar" type="submit">
</form>
<?}else{echo'la pagina no existe';}?> |