[PHP/SQL] plusieurs critere dans un seul AND
Résolu/Fermé
sethnico
Messages postés
605
Date d'inscription
lundi 12 mars 2007
Statut
Contributeur
Dernière intervention
5 octobre 2012
-
3 janv. 2008 à 13:56
Nailiz Messages postés 1 Date d'inscription mardi 17 février 2009 Statut Membre Dernière intervention 20 décembre 2010 - 20 déc. 2010 à 11:58
Nailiz Messages postés 1 Date d'inscription mardi 17 février 2009 Statut Membre Dernière intervention 20 décembre 2010 - 20 déc. 2010 à 11:58
A voir également:
- [PHP/SQL] plusieurs critere dans un seul AND
- Mettre plusieurs pdf en un seul - Guide
- Reboot and select proper boot device or insert boot media in selected boot device and press a key - Forum Windows
- Comment brancher 2 tv sur un seul décodeur sans payer - Forum Matériel & Système
- Pourquoi han est vivant fast and furious 4 - Forum Cinéma / Télé
- Sql lister les tables ✓ - Forum Programmation
4 réponses
Nailiz
Messages postés
1
Date d'inscription
mardi 17 février 2009
Statut
Membre
Dernière intervention
20 décembre 2010
6
20 déc. 2010 à 11:58
20 déc. 2010 à 11:58
c'est bien mais c'est pas très optimisé et chiant à écrire.
Je pense que tu cherchais
SELECT title FROM ibf_topics WHERE starter_id='".$membre."' AND state!='link' AND forum_id IN ('32', '18', '24');
Je pense que tu cherchais
SELECT title FROM ibf_topics WHERE starter_id='".$membre."' AND state!='link' AND forum_id IN ('32', '18', '24');
Bonjour
$reponse = mysql_query(SELECT title FROM ibf_topics WHERE starter_id='".$membre."' AND state!='link' AND (forum_id='32' OR forum_id='18' OR forum_id='24')") OR DIE bla bla
$reponse = mysql_query(SELECT title FROM ibf_topics WHERE starter_id='".$membre."' AND state!='link' AND (forum_id='32' OR forum_id='18' OR forum_id='24')") OR DIE bla bla
sethnico
Messages postés
605
Date d'inscription
lundi 12 mars 2007
Statut
Contributeur
Dernière intervention
5 octobre 2012
69
3 janv. 2008 à 14:06
3 janv. 2008 à 14:06
Merci pour la rapidité, j'essaie tout de suite
sethnico
Messages postés
605
Date d'inscription
lundi 12 mars 2007
Statut
Contributeur
Dernière intervention
5 octobre 2012
69
3 janv. 2008 à 14:13
3 janv. 2008 à 14:13
C'est génial merci beacoup !!!
Pb Résolu :)
Pb Résolu :)