Ver Mensaje Individual
  #3 (permalink)  
Antiguo 20/03/2015, 04:52
crespoh_92
 
Fecha de Ingreso: marzo-2015
Mensajes: 6
Antigüedad: 9 años, 8 meses
Puntos: 0
Respuesta: No consigo que en la web me aparezca el estado del servidor.

<?php
$error = "<body bgcolor='black'><font color='white'>Problema conectando con database, Porfavor Intente Mas Tarde.</font>";

$connect = mysql_connect("localhost", "root", "12345") or die($error);
mysql_select_db("coproj") or die($error);

?>