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 PROTECTED]">n
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 assignment.
2 matches
Mail list logo