[eluser]Judgestar[/eluser]
That definately makes sense

I had it in my sql query when i was running my initial tests on the data, but did not know I also needed to added it to the sql I put into codeigniter.
I did this but now I am getting an error code after adding the edits to the code.
"Fatal error: Call to undefined method stdClass::num_rows()"
I thought num_rows() function was already defined in codeigniter, how would I fix this?