Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1164 connectés 

  FORUM HardWare.fr
  Programmation
  SQL/NoSQL

  fetch_array

 


 Mot :   Pseudo :  
 
Bas de page
Auteur Sujet :

fetch_array

n°1085203
Paelleon
Posté le 16-05-2005 à 11:21:25  profilanswer
 

bonjour,
j'ai un grand probleme...
 
j'ai écrit un script :

Code :
  1. <?
  2. mysql_connect("localhost", "root", "" );
  3. mysql_select_db("inscription" );
  4. $answer = mysql_query("SELECT * FROM form WHERE Nom = 'Antoine'" );
  5. while ($data = mysql_fetch_array($answer) );
  6. {
  7. ?>
  8. <p>
  9. Tu t'appelles dans la réalité  <? echo $data['Nom']; ?>
  10. Ton prénom est , <? echo $data['Prenom']; ?> et tu habites <? echo $data['Ville']; ?> !
  11. </p>
  12. <?
  13. }
  14. mysql_close();
  15. ?>


 
et quand je veux l'executer ça me donne ça:
Tu t'appelles dans la réalité Ton prénom est , et tu habites !  
 
 
et ça n'affiche pas les variables, pourriez-vous m'aider?

mood
Publicité
Posté le 16-05-2005 à 11:21:25  profilanswer
 

n°1085237
denzz
huhuuuuu ! (désolé )
Posté le 16-05-2005 à 11:40:34  profilanswer
 

c plus un pb de PHP que de bd je pense ...
Sinon, essaye les " pour encadrer tes noms de champs au lieu des ' ...

n°1085414
neonesc
OUPS !
Posté le 16-05-2005 à 14:39:04  profilanswer
 

Rohhhhhhhhhh ! Pas de point-virgule après le while ... :)

n°1085489
denzz
huhuuuuu ! (désolé )
Posté le 16-05-2005 à 15:25:50  profilanswer
 

roooh
effectivement je c pas lire, j'avais pas vu ca  
xD


Aller à :
Ajouter une réponse
  FORUM HardWare.fr
  Programmation
  SQL/NoSQL

  fetch_array

 

Sujets relatifs
Problème avec mysql_fetch_array()Test sur un mysql_fetch_array
mysql_fetch_arrayPHP probleme easyphp et mysql_fetch_array
[PHP/MySQL] Nombre de lignes dans mysql_fetch_array ?plusieurs mysql_fetch_array() pour un mysql_query()
[PHP] Demande d'infos à Propos de mysql_fetch_array[PHP] fetch_array ou fetch_object
Tableau et Fetch_arrayFaire un MYSQL_FETCH_ARRAY... [ - Job's Done - ]
Plus de sujets relatifs à : fetch_array


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR