Re: [PHP-WIN] need your opinion

2001-05-01 Thread Johan Lundqvist
__ > > > -Original Message- > > From: afan [mailto:[EMAIL PROTECTED]] > > Sent: Friday, April 27, 2001 10:38 PM > > To: [EMAIL PROTECTED] > > Subject: [PHP-WIN] need your opinion > > > > > > Hi all, > > I made a si

RE: [PHP-WIN] need your opinion

2001-04-30 Thread Michael Rudel
10:38 PM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] need your opinion > > > Hi all, > I made a simple code but I think that there is a better way > to do same thing. > > I have list with couple hundreds "entries" and I want to have > it 50 per page

[PHP-WIN] need your opinion

2001-04-27 Thread afan
Hi all, I made a simple code but I think that there is a better way to do same thing. I have list with couple hundreds "entries" and I want to have it 50 per page. I did it this way and it works. $result = mysql_query("SELECT id FROM source ORDER BY id ASC", $db); while($myrow = mysql_fetch_ar