Php / MySQL : bug ou problème de syntaxe ?
Fermé
Kopros
Messages postés
595
Date d'inscription
mardi 25 septembre 2007
Statut
Membre
Dernière intervention
3 février 2020
-
15 juin 2008 à 16:20
Nabla's Messages postés 18203 Date d'inscription mercredi 4 juin 2008 Statut Contributeur Dernière intervention 28 avril 2014 - 15 juin 2008 à 16:46
Nabla's Messages postés 18203 Date d'inscription mercredi 4 juin 2008 Statut Contributeur Dernière intervention 28 avril 2014 - 15 juin 2008 à 16:46
A voir également:
- Php / MySQL : bug ou problème de syntaxe ?
- Easy php - Télécharger - Divers Web & Internet
- Mysql community server - Télécharger - Bases de données
- Get_magic_quotes_gpc php 8 ✓ - Forum PHP
- 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
3 réponses
Nabla's
Messages postés
18203
Date d'inscription
mercredi 4 juin 2008
Statut
Contributeur
Dernière intervention
28 avril 2014
3 193
15 juin 2008 à 16:23
15 juin 2008 à 16:23
while($entree=mysql_fetch_object($titre))
{
echo $entree->titre;
}
{
echo $entree->titre;
}
Nabla's
Messages postés
18203
Date d'inscription
mercredi 4 juin 2008
Statut
Contributeur
Dernière intervention
28 avril 2014
3 193
15 juin 2008 à 16:38
15 juin 2008 à 16:38
le code que je t'ai donné est a mettre a la place de ton echo !!!!
Kopros
Messages postés
595
Date d'inscription
mardi 25 septembre 2007
Statut
Membre
Dernière intervention
3 février 2020
89
15 juin 2008 à 16:42
15 juin 2008 à 16:42
Ok j'ai juste fait mon boulet : j'avais bien mis mon echo en commentaire, mais dans un élan de débilité profonde j'ai aussi mis le mysql_query en com...
Bref, tout marche bien ! Un grand merci à toi, tu me sors une fière chandelle du pied ! :)
Bref, tout marche bien ! Un grand merci à toi, tu me sors une fière chandelle du pied ! :)
Nabla's
Messages postés
18203
Date d'inscription
mercredi 4 juin 2008
Statut
Contributeur
Dernière intervention
28 avril 2014
3 193
15 juin 2008 à 16:46
15 juin 2008 à 16:46
il y a d'autres fonctions pour récuperer les données a al place du fetch object. fais un tyour sur google pour voir les equivalents
d habitude j'enlève les épines du pied ... ou on me doit une fiere chandelle...
d habitude j'enlève les épines du pied ... ou on me doit une fiere chandelle...
15 juin 2008 à 16:29
La ligne 29 c'est :
while($entree=mysql_fetch_object($titre))