Re: Paginating Result Sets
- From: Tim Martin <tim@xxxxxxxxxxxxxx>
- Date: Thu, 31 Aug 2006 12:15:12 +0100
Alec wrote:
First attempt at doing an exercise on paginating result sets
When I run the code, I receive the error "Fatal error: Call to
undefined function: mysql_fetch_objects() in
/homepages/17/d23395818/htdocs/en/test.php on line 48"
Line 48 is while($row = mysql_fetch_objects($result)) Any ideas?? Have
I missed an obvious mistake. (full code below)
There doesn't seem to be any such function. Did you mean mysql_fetch_object()?
Tim
.
- Follow-Ups:
- Re: Paginating Result Sets
- From: Alec
- Re: Paginating Result Sets
- References:
- Paginating Result Sets
- From: Alec
- Paginating Result Sets
- Prev by Date: Re: easy php1-8 problem
- Next by Date: wirte javascript in .tpl file
- Previous by thread: Paginating Result Sets
- Next by thread: Re: Paginating Result Sets
- Index(es):
Relevant Pages
|