![]() |
Why mysql_result()?
Last night I was working on making it possible to display the total smilie count on forumhome, and I came up with this code:
PHP Code:
Eventually, I figured out that I had to change it to this... PHP Code:
|
Change to the following:
PHP Code:
And the answer to the "why" question is simple. $DB_site->query will only prepair a cursor to a query statement, it will not retrieve any records. You will either have to build a loop to retrieve all records after that, or use query_first. |
Ah, I see. Thanks Marco. :)
|
All times are GMT. The time now is 01:38 PM. |
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:
|