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

(02-06-2017, 11:04 PM)Wouter60 Wrote: 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.

I had to change column on DB from datetime to int(10) and use time() instead of date('Y-m-d H:iConfused')
There's only one rule - please don't tell anyone to go and read the manual.  Sometimes the manual just SUCKS!
Reply


Messages In This Thread
RE: Delete row if key code is there for more than 15 min - by wolfgang1983 - 02-07-2017, 01:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB