[PHP] Re: displaying a select number of rows from a sql query

2002-10-10 Thread Keith Posehn
I tried this code, and it still just keeps 'a loopin'... What is wierd is that I have some if the code I tried in my site on other pages, and it functions without a problem...any thoughts? Thanks for the help. -Keith Posehn Owen Prime [EMAIL PROTECTED] wrote in message [EMAIL

[PHP] Re: displaying a select number of rows from a sql query

2002-10-09 Thread Owen Prime
With the line: while (list($link, $title, $content) = mysql_fetch_array($result)) { The php docs don't actually say what the list() function returns, but since your getting an infinite loop i would say that it probably evaluates to true no matter whats on the right hand side of the