problème pour connection a une bd depuis php

problème pour connection a une bd depuis php - PHP - Programmation

Marsh Posté le 30-08-2004 à 15:27:19    

bonjour
 
j'ai fait ce code ci pour me connecter a une base de donnée mysql :
 

Code :
  1. <?php.
  2. require($_SERVER["DOCUMENT_ROOT"]."/config/db_config.php" );
  3. $connection = mysql_connect($db_host, $db_user, $db_password) or die ("connection erreur" );
  4. echo "connection made";
  5. ?>


 
et quand je veux faire marcher le truc  , IE me donne ce message la :
 

Citation :

Fatal error: Call to undefined function mysql_connect() in e:\prog\webroot\temp_con.php on line 3


 
or je ne vois pas ce que la fonction mysql_connect à de mal ...
 
si qqun pourrait m'éclairer ...
 
Merci

Reply

Marsh Posté le 30-08-2004 à 15:27:19   

Reply

Marsh Posté le 30-08-2004 à 15:58:27    

ça serait pas le meme pb que dans ce topic ???
http://forum.hardware.fr/hardwaref [...] 6983-1.htm


---------------
- Xav - ...There are no crimes when there are no laws... -- Xav's World
Reply

Marsh Posté le 30-08-2004 à 21:37:04    

ah oui en effet tu as raison
 
merci de ton aide
 
 :hello:

Reply

Marsh Posté le 31-08-2004 à 08:35:59    

de rien ;)


---------------
- Xav - ...There are no crimes when there are no laws... -- Xav's World
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed