Welcome Guest, Not a member yet? Register   Sign In
How can I get the value returned from the row() function in the database
#2

[eluser]WanWizard[/eluser]
This is because in your method you have manually created a count query.

Do something like
Code:
COUNT(artevtid) AS count

Then you can access the result as
Code:
$total->count;


Messages In This Thread
How can I get the value returned from the row() function in the database - by El Forum - 08-12-2010, 12:07 PM



Theme © iAndrew 2016 - Forum software by © MyBB