This one time, at band camp, "Mahmoud Badreddine" <[EMAIL PROTECTED]> wrote:


> I have something like
> while($someArr=mysql_fetch_row($result))
> {
> ...some code.
> }
> 
> The first time I call mysql_fetch_row , the code inside the while loop gets
> executed, but not the second time. What is the reason behind that.

The array pointer is now at the end of the result set.

Kevin

-- 
"Democracy is two wolves and a lamb voting on what to have for lunch. 
Liberty is a well-armed lamb contesting the vote."

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to