Ver Mensaje Individual
  #6 (permalink)  
Antiguo 13/07/2009, 18:20
thezzin
 
Fecha de Ingreso: septiembre-2008
Mensajes: 350
Antigüedad: 15 años, 8 meses
Puntos: 31
Respuesta: Conexion php a mysql en 000webhost?

has una prueba algo así como esto haber que te devuelve.
Código PHP:
 <?php 
$conexion 
mysql_connect("mysql8.000webhost.com","a3616285_db","clave");
if (!
$conexion){
die(
'Error '.mysql_error());
}else{
echo 
'No Error';
}
?>
__________________
╬-----╬
║☺₧☻║
╬-----╬