![]() |
Dang While Loop
I am trying to make a list from my database and so to do that I am using a while loop. The problem I am having is that when the code hits while() it seems to crap out and not do anything. Then it passes the loop and goes on its way.
Now, everything outside the loop from what I have seen works just fine, and I even pulled out the template render code and just displayed it and that worked. The only line I could figure has a problem is while ($downloads_users = $vbulletin->db->fetch_array($downloads_user_query)) And I don't see any issue in that line. I even use that while loop in another file, just slightly edited. I did a vardump() on $downloads_user_query and returned array(2) { ["userid"]=> string(4) "6934" ["username"]=> string(7) "Twilkey" } so i know my function works, but just to be sure, I went ahead and worked the query directly in the code below and the wile loop still didn't work. I even got rid of all code but the query and the while loop and still got nothing. I tried to echo $downloadsusername from within the loop and that was blank. So what is wrong here? PHP Code:
|
What is the getUsers function?
|
PHP Code:
|
You need to change:
Code:
$vbulletin->db->query_first to Code:
$vbulletin->db->query_read don't you? |
I tried that and then the query didn't return anything.
--------------- Added [DATE]1302268443[/DATE] at [TIME]1302268443[/TIME] --------------- Noone seeing something I am not? |
Noone?
|
All times are GMT. The time now is 01:52 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|