Undefined function : mysql_connect
Fermé
MrSlave
Messages postés
2587
Date d'inscription
lundi 28 avril 2008
Statut
Membre
Dernière intervention
26 août 2011
-
5 mai 2008 à 08:29
MrSlave Messages postés 2587 Date d'inscription lundi 28 avril 2008 Statut Membre Dernière intervention 26 août 2011 - 5 mai 2008 à 13:32
MrSlave Messages postés 2587 Date d'inscription lundi 28 avril 2008 Statut Membre Dernière intervention 26 août 2011 - 5 mai 2008 à 13:32
A voir également:
- Call to undefined function mysql_error()
- Qwerty to azerty - Guide
- Video to video - Télécharger - Conversion & Codecs
- Majuscule to minuscule - Guide
- Jpg to pdf - Télécharger - PDF
- Act time to - Forum Vos droits sur internet
3 réponses
MrSlave
Messages postés
2587
Date d'inscription
lundi 28 avril 2008
Statut
Membre
Dernière intervention
26 août 2011
146
5 mai 2008 à 10:20
5 mai 2008 à 10:20
C'est justement mon problème.
Je n'arrive pas à me connecter à ma bd.
Mon script.php contient :
$hote ="localhost";
$user = "root";
$pass = "";
$base = "nombase";
$base_id = mysql_connect($hote,$user,$pass);
$base_select = mysql_select_db($base, $base_id);
...
Je n'arrive pas à me connecter à ma bd.
Mon script.php contient :
$hote ="localhost";
$user = "root";
$pass = "";
$base = "nombase";
$base_id = mysql_connect($hote,$user,$pass);
$base_select = mysql_select_db($base, $base_id);
...
MrSlave
Messages postés
2587
Date d'inscription
lundi 28 avril 2008
Statut
Membre
Dernière intervention
26 août 2011
146
5 mai 2008 à 13:32
5 mai 2008 à 13:32
Up. :P