Dear Sal

Can you explain why you disagree ?

In Mysql, you just need two lines to find the total number of records
in a table:
$query = mysql_query("SELECT * FROM student");
$number=mysql_num_rows($query);

Thank you.

G

On Nov 14, 2:13 pm, Sal <[EMAIL PROTECTED]> wrote:
> I would have to disagree on this.
>
> On Nov 10, 1:56 pm, cm_gui <[EMAIL PROTECTED]> wrote:
>
> > Storing and maintaining a counter for thetotal
> > no. ofrecordsis just too much for such a simple task.
>
> > Can somebody advise?
>
> > Thank you.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to