Page 1 of 1

Shoutbox

Posted: Fri Jul 30, 2004 8:51 pm
by Slane
http://slane.somewhat-useless.com/shoutbox/index.php

I am working on a shoutbox, and I haven't been able to figure out how to make it to where it only shows XX number of shouts?

Can any help me?

Posted: Fri Jul 30, 2004 9:00 pm
by tim
hello, I got a 404 error while trying to visit your link, but

you can use the LIMIT feature provided by MySQL if in fact you use MySQL.

ie:

"SELECT * FROM table_name ORDER BY DESC LIMIT 20";

etc