Welcome Guest, Not a member yet? Register   Sign In
Query not showing all the rows
#4

I would start by breaking down your query to see if you get different results.
PHP Code:
$this->db->query("SELECT * FROM log_event"); // Start here and keep building up to what you want

$this->db->query("SELECT id,date_register FROM log_event");

$this->db->query("SELECT id,date_register FROM log_event ORDER BY id DESC"); 
Reply


Messages In This Thread
Query not showing all the rows - by gepd - 09-22-2015, 10:57 PM
RE: Query not showing all the rows - by gepd - 09-23-2015, 11:02 AM
RE: Query not showing all the rows - by Martin7483 - 09-24-2015, 12:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB