Me muestra un error cuando intento provocar el fallo en la conexión
Código:
Warning: mysql_connect() [function.mysql-connect]: Unknown MySQL server host 'localhost3' (11001) in C:\AppServ\www\panel_ME\includes\login.php on line 50
Warning: Cannot modify header information - headers already sent by (output started at C:\AppServ\www\panel_ME\includes\login.php:50) in C:\AppServ\www\panel_ME\includes\login.php on line 20
Y la línea 50 es
$db_conexion=mysql_connect($sql_host,$sql_usuario, $sql_pass) or die(Redirigir_error(0));