Database || PHP 5
Résolu/Fermé
djasedub
Messages postés
9
Date d'inscription
jeudi 2 avril 2015
Statut
Membre
Dernière intervention
23 avril 2015
-
Modifié par jordane45 le 8/04/2015 à 13:37
djasedub Messages postés 9 Date d'inscription jeudi 2 avril 2015 Statut Membre Dernière intervention 23 avril 2015 - 12 avril 2015 à 16:02
djasedub Messages postés 9 Date d'inscription jeudi 2 avril 2015 Statut Membre Dernière intervention 23 avril 2015 - 12 avril 2015 à 16:02
A voir également:
- Database || PHP 5
- Borland database engine v5.2 - Télécharger - Édition & Programmation
- Loto 5/90 ✓ - Forum Excel
- Tableau de combinaison loto 5/90 - Forum Logiciels
- Télécharger le fichier de gta 5 - Forum jeux en ligne
- Playback error reconnect in 3s (1/5) francais - Forum Box et Streaming vidéo
1 réponse
jordane45
Messages postés
38454
Date d'inscription
mercredi 22 octobre 2003
Statut
Modérateur
Dernière intervention
22 mars 2025
4 740
8 avril 2015 à 13:42
8 avril 2015 à 13:42
Hello,
Could u try this :
Could u try this :
<?php $conn_error = 'Could not connect.'; $mysqli_host = 'localhost'; $mysqli_user = 'root'; $mysqli_pass = ''; $mysqli_db = 'a_database'; $link = mysqli_connect( $mysqli_host,$mysqli_user, $mysqli_pass, $mysqli_db) or die("Error " . mysqli_error($link));
12 avril 2015 à 16:02
so cool