jpwitz
2011-11-13 19:20:55 UTC
Bonjour
Comment détecter en php un champ mysql issu d'une requête:
Après la fonction :
$row = mysql_Fetch_array($id)
Le champ $row[1] est NULL, d'après son contenu visible par phpmyadmin
J'ai essaye isnull($row[1]) ou empty($row[1]) mais rien n'y fait
Merci de votre aide
Comment détecter en php un champ mysql issu d'une requête:
Après la fonction :
$row = mysql_Fetch_array($id)
Le champ $row[1] est NULL, d'après son contenu visible par phpmyadmin
J'ai essaye isnull($row[1]) ou empty($row[1]) mais rien n'y fait
Merci de votre aide