> SO, there is another language afoot here, right? You have to have
> something to retrieve to the web page, like PHP, PERL, VBScript, etc.

You beat me to it.  Adding sequence numbers in PHP or PERL is almost too easy.
It's when you get into making the DB do all the work that you run into trouble.
Always remember that it's slower and more processor-intensive to do with the DB
what could be done with a scripting language.

Edward Dudlik
Becoming Digital
www.becomingdigital.com


----- Original Message -----
From: "Jay Blanchard" <[EMAIL PROTECTED]>
To: "Daniel Crompton" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, 02 June, 2003 14:43
Subject: RE: Displaying numbers with results - any ideas?


[snip]
Its just a query.   And theyre being displayed on a webpage.

[/snip]

This just caught my eye ... "And theyre being displayed on a webpage."

SO, there is another language afoot here, right? You have to have
something to retrieve to the web page, like PHP, PERL, VBScript, etc.
You can also do the counting there when outputting each row from the
query results.

HTH!

Jay

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]





-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to