__
>
> > -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
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
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