Cita:
Iniciado por phercin
Gracias, ya hice las modificaciones pero me sale el siguiente msj:
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\code_login_empresas.php on line 12
Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\code_login_empresas.php:12) in C:\AppServ\www\code_login_empresas.php on line 20
Gracias por tu ayuda... Saludos.
P.D. esas lineas son
12:
$result = mysql_num_rows($busqueda);
20:
header("Location: msj_error_empresas.php");
Alguien puede ayudarme? por favor?