RE: [PHP-DB] Select Database number show it

2001-03-29 Thread Mirko Cegledi
-Original Message- From: David Balatero [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 4:33 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP-DB] Select Database number show it I believe this is what you want: SELECT * FROM mydatabase LIMIT 0,5 Hi

[PHP-DB] Select Database number show it

2001-03-28 Thread Naga Sean
Friends, Can you tell me how to select database between 1-5 and then show it to the web. ex : 1 xx 2 xx 3 xx 4 xx 5 xx 6 xx 7 xx 8 xx 9 xx 10 xx I think it's easy, but I'm a beginner here. so I don't know how to do that.

RE: [PHP-DB] Select Database number show it

2001-03-28 Thread David Balatero
I believe this is what you want: SELECT * FROM mydatabase LIMIT 0,5 --- David Balatero [EMAIL PROTECTED] --- -Original Message- From: Naga Sean [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 28, 2001 5:06 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] Select Database number show