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 download - Télécharger - Édition & Programmation
- 5 bips au démarrage hp ✓ - Forum Matériel & Système
- Réglage montre kalenji 5 atm waterproof - Forum Accessoires & objets connectés
- Sirène pompiers 5 fois signification ✓ - Forum Loisirs / Divertissements
- Loto 5/90 ✓ - Forum Excel
1 réponse
jordane45
Messages postés
38366
Date d'inscription
mercredi 22 octobre 2003
Statut
Modérateur
Dernière intervention
1 janvier 2025
4 720
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