MySql (Not in)
Fermé
simo--joker
Messages postés
88
Date d'inscription
mardi 18 novembre 2008
Statut
Membre
Dernière intervention
14 juin 2011
-
15 avril 2009 à 16:22
simo--joker Messages postés 88 Date d'inscription mardi 18 novembre 2008 Statut Membre Dernière intervention 14 juin 2011 - 15 avril 2009 à 16:38
simo--joker Messages postés 88 Date d'inscription mardi 18 novembre 2008 Statut Membre Dernière intervention 14 juin 2011 - 15 avril 2009 à 16:38
A voir également:
- MySql (Not in)
- Navigation in private - Guide
- Mysql community server - Télécharger - Bases de données
- Not in a hypervisor partition (hvp=0) (verr_nem_not_available). - Forum VirtualBox
- Signal cable not connected ✓ - Forum Ecran
- Deco in paris avis - Forum Consommation & Internet
2 réponses
tu peux essayer quelque chose comme celà :
$query = "select 1 from Utilisateurs where IDUtilisateu=$id";
$result = @mysql_query($query);
if ( mysql_num_rows($result) == 0 ) ===> n'existe pas donc j'insere
$query = "select 1 from Utilisateurs where IDUtilisateu=$id";
$result = @mysql_query($query);
if ( mysql_num_rows($result) == 0 ) ===> n'existe pas donc j'insere
simo--joker
Messages postés
88
Date d'inscription
mardi 18 novembre 2008
Statut
Membre
Dernière intervention
14 juin 2011
15
15 avril 2009 à 16:38
15 avril 2009 à 16:38
c'est faisable aussi Merci je vais essayer ! ! ! !