|
Posted by Rik on 10/15/28 11:51
Garry wrote:
> The problem is that when you do a while($row =
> mysql_query_fetch_Assoc($Result)){} it will bring everything in at
> once and no opportunity to iterate on an individual level.
First: I don't know the function 'mysql_query_fetch_Assoc'.
Second: No,it won't, it will give you an associative array of a single row.
Maybe in stead of making some hasty posts, you might share what it is
exactly what you want to accomplish. That might clarify your problem a bit.
Grtz,
--
Rik Wasmus
Navigation:
[Reply to this message]
|