[PHP] pb requete

pb requete [PHP] - PHP - Programmation

Marsh Posté le 16-03-2004 à 13:30:32    

:hello:  :hello:  
 
Voila, j'aimerai savoir pk avec cette requete, j'ai une erreur
 

Code :
  1. $sql = 'SELECT * FROM resultats` WHERE `Classement` '
  2.         . ' LIKE \'%'.$_POST['q'].'%\' OR `Nom` '
  3.         . ' LIKE \'%'.$_POST['q'].'%\' OR `Prenom` '
  4.         . ' LIKE \'%'.$_POST['q'].'%\' OR `Adresse1` '
  5.         . ' LIKE \'%'.$_POST['q'].'%\' OR `Adresse2` '
  6.         . ' LIKE \'%'.$_POST['q'].'%\' OR `CodeP` '
  7.         . ' LIKE \'%'.$_POST['q'].'%\' OR `Ville` '
  8.         . ' LIKE \'%'.$_POST['q'].'%\' OR `Sexe` '
  9.         . ' LIKE \'%'.$_POST['q'].'%\' OR `Categorie` '
  10.         . ' LIKE \'%'.$_POST['q'].'%\' OR `Club` '
  11.         . ' LIKE \'%'.$_POST['q'].'%\' OR `Temps` '
  12.         . ' LIKE \'%'.$_POST['q'].'%\' OR `ClassementCate` '
  13.         . ' LIKE \'%'.$_POST['q'].'%\' ORDER BY `'.$_GET['col'].'` '.$_GET['order'].' LIMIT '.$limit.' , 40';


 
Un peu plus loin : 'while($row = mysql_fetch_row($sql))...' voila, cette ligne là pose pb, la requete sql n'est pas bonne, mais pk ?
 
'
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource
'
 [:mir45]

Reply

Marsh Posté le 16-03-2004 à 13:30:32   

Reply

Marsh Posté le 16-03-2004 à 13:33:25    

fais un echo de $sql pour voir s'il y a pas un truc bizarre...


---------------
oui oui
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed