Welcome Guest, Not a member yet? Register   Sign In
[Solved] Delete row if key code is there for more than 15 min
#7

Temporarily add these lines after $this->db->delete(...) :
PHP Code:
echo $this->db->last_query();
die(); 

This will output the query which was generated by the Query Builder. You can verify if this is what you could expect.
Reply


Messages In This Thread
RE: Delete row if key code is there for more than 15 min - by Wouter60 - 02-06-2017, 11:04 PM



Theme © iAndrew 2016 - Forum software by © MyBB