569reads

Why am I not getting any action in my WHILE loop ??view story

I've got a loop from which I can't seem to get ANY feedback, and I'm stuck. Here's a summary of what I've got. The first WHILE loop works wonderfully, but the one in the IF is non-responsive. PHP Code: $result_1='...all the qry stuff...'; echo 'Rows = '.mysql_num_rows($result_1).': ';  // for testing (successfully prints count). while ($row_1 = mysql_fetch_assoc($result_1)){  // pre-build an array of the shift&

The content of this field is kept private and will not be shown publicly.
To prevent automated spam submissions leave this field empty.
CAPTCHA
Human?
Image CAPTCHA
Enter the characters shown in the image.