
06/03/2012, 00:55
|
 | | | Fecha de Ingreso: septiembre-2010 Ubicación: München
Mensajes: 2.445
Antigüedad: 14 años, 6 meses Puntos: 331 | |
Respuesta: codigo no funciona bien
Código PHP:
Ver original<?php $nick = mysql_real_string($_POST["nick"]); $result = mysql_query("SELECT * FROM usuarios WHERE nick='$nick';"); if($row = mysql_fetch_assoc($result))//Devuelve un array asociativo de cadenas que corresponde a la fila recuperada, o FALSE si no hay más filas disponibles. { echo header ("Location: http://www.pag-.com/reg.php"); }//if($row = mysql_fetch_array($result)) else { echo header ("Location: http://www.pag.com/clavein.html"); } ?>
__________________ Fere libenter homines, id quod volunt, credunt. |