Communauté Informatique NDFR.net : Compter des lignes dans une table ! - Programmation Web (HTML, PHP, ASP, Java, XML, etc.)
 
Compter des lignes dans une table !
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #5  
Old 01-07-2004, 19:40
bastien's Avatar
bastien bastien is offline
Modérateur
 
Join Date: 25-10-2002
Location: Toulouse
Age: 42
Posts: 229
Send a message via MSN to bastien Send a message via Skype™ to bastien
Re: Compter des lignes dans une table !

Alors avec la soluce de Spycam j'ai droit à:

Code:
Warning: mysql_num_fields(): supplied argument is not a valid MySQL result resource in D:\sites\dev\autodif\v_occaz.inc.php on line 9
voiture(s)
Soit
PHP Code:
$voiture=mysql_num_fields($result); 
Et pour Benjy,

Code:
Parse error: parse error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ',' or ';' in D:\sites\dev\autodif\v_occaz.inc.php on line 11
Soit
PHP Code:
echo $occaz['total']" .  voiture(s)"
Donc j'ai mis
PHP Code:
echo $occaz['total']."   voiture(s)"
Mais là
Code:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\sites\dev\autodif\v_occaz.inc.php on line 8

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in D:\sites\dev\autodif\v_occaz.inc.php on line 9
voiture(s)
Soit
PHP Code:
$occaz mysql_fetch_array($result); 
mysql_free_result($result); 
help !
__________________

Last edited by zyk; 01-07-2004 at 19:44. Reason: Correction d'un code
Reply With Quote
 

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Cours de français Benjy Discussions sur le site et/ou le forum 47 01-05-2006 14:47
Installation automatisée de Windows 2000 - XP - Server 2003 Werner Articles 241 02-08-2005 15:52
Comparatif des gestionnaires de téléchargement Kaspof Articles 106 27-02-2004 15:03
Premiers pas sous Linux Fred Articles 19 21-10-2003 05:46
Mise a jour de phpBB nonoleptitmalin Discussions 7 20-02-2003 08:16

All times are GMT +2. The time now is 14:11.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.