|
Publicité ' | |||||||||||||||||||||||
|
|
#1 |
|
Invité de passage
![]() |
merci à tous. jai trouvé la solution à mon problème: au lieu de
if (mysql_num_rows($result >0 )){ $data = mysql_fecth_assoc($result) ; je devais ecrire if (mysql_num_rows($result) >0 ){ $data = mysql_fecth_assoc($result) ; a present il y'a un autre problème: Fatal error: Call to undefined function: mysql_fecth_assoc() |
|
|
00
|
|
|
#2 | ||
|
Membre émérite
![]() Inscription : février 2006 Messages : 840 ![]() |
mysql_fetch_assoc et non mysql_fecth_assoc....
Le vrai problème c'est surtout dans la conception : Citation:
Citation:
__________________
Consultant idéaliste. |
||
|
|
00
|
Copyright © 2000-2012 - www.developpez.com