Hi,
Iam new in this , can you tell me how to make the pager.php works? I can't
use it...


Best Regards,
Hadi Tjen



"Bossek" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> you can use PEAR DB::Pager
> http://pear.php.net/package/DB_Pager
>
> "Fedde Van Feggelen" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> >
> > >str_replace(' ','%',$searchwords);
> > >
> > >$query="select * from table where colom like '%$searchwords%'  order by
> id
> > >desc ";
> > >$result=mysql_query($query);
> > >$numresult=mysql_num_rows($result);
> >
> >
> > Use limit in your select statement.
> >
> > laters,
> >
> > Fedde
> >
> > ~=There's a fine line between genius and insanity. I have erased this
> line=~

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to