MySQL PHP
Résolu/Fermé
Potame137
Messages postés
32
Date d'inscription
lundi 23 mai 2016
Statut
Membre
Dernière intervention
17 août 2020
-
25 mai 2016 à 10:54
forum92 Messages postés 220 Date d'inscription lundi 6 juillet 2015 Statut Membre Dernière intervention 14 août 2018 - 1 août 2016 à 20:58
forum92 Messages postés 220 Date d'inscription lundi 6 juillet 2015 Statut Membre Dernière intervention 14 août 2018 - 1 août 2016 à 20:58
A voir également:
- MySQL PHP
- Easy php - Télécharger - Divers Web & Internet
- Mysql community server - Télécharger - Bases de données
- Error 2002 (hy000): can't connect to local mysql server through socket '/var/lib/mysql/mysql.sock' (2) ✓ - Forum Linux / Unix
- Mysql gratuit ou payant - Forum MySQL
- Mysql error 1 ✓ - Forum Réseaux sociaux
1 réponse
forum92
Messages postés
220
Date d'inscription
lundi 6 juillet 2015
Statut
Membre
Dernière intervention
14 août 2018
133
1 août 2016 à 20:58
1 août 2016 à 20:58
<?php
// connection a la bdd
$bdd = new PDO('mysql:host=localhost;dbname=magasin;charset=utf8', 'prive', 'privepwd');
//recupere les données
$sql1="SELECT distinct libelleCategorie,image,nom FROM Article ORDER BY libelleCateorie,nom";
$sqlht = $bdd->query($sql1);
?>
j'ai pas compris ton histoire d'affichage
// connection a la bdd
$bdd = new PDO('mysql:host=localhost;dbname=magasin;charset=utf8', 'prive', 'privepwd');
//recupere les données
$sql1="SELECT distinct libelleCategorie,image,nom FROM Article ORDER BY libelleCateorie,nom";
$sqlht = $bdd->query($sql1);
?>
j'ai pas compris ton histoire d'affichage