View Single Post
  #11  
Old 04-13-2002, 06:36 AM
astreyon
Fire Beetle
 
Join Date: Apr 2002
Posts: 5
Default

sorry guys, but can anyone tell me why this php code , doesn't return anyhting ?



<?
$host = "localhost";
$user = "root";
$pass = "";
$bdd = "EQDB";

mysql_connect($host,$user,$pass)
or die("Impossible de se connecter
Reply With Quote