Posted by Tim Martin on 08/31/06 11:15
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
Navigation:
[Reply to this message]
|