Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Data randomizer?
Post: RE: Data randomizer?

Do you use MySQL? In that case you could do that with your query. SELECT * FROM `TABLE` WHERE `FIELD` = 'NOT_STARTED' ORDER BY RAND() LIMIT 3
1,688 Views
1 Replies
07-20-2018, 03:23 AM
nalletje
    Thread: join failed
Post: RE: join failed

Do you have have error reporting on? You might have encountered a ambiguous error... try $this->db->where('users.id', $data); or change users by the table the ID should be from.
2,890 Views
3 Replies
05-24-2018, 06:29 AM
nalletje
    Thread: BUG/TYPO CI Version 3.1.8
Post: BUG/TYPO CI Version 3.1.8

I just updated to CodeIgniter 3.1.8 and directly stumbled on a `typo` within the DB_query_builder. If you use the following like, you will encounter a error: PHP Code: -- $this->db->like('field...
3,341 Views
1 Replies
04-26-2018, 05:50 AM
nalletje
    Thread: localhost --> website looks chaos
Post: RE: localhost --> website looks chaos

Try to use the browser console, i think he can not find the correct paths. Try adding:
5,398 Views
6 Replies
07-05-2016, 06:31 AM
nalletje

Theme © iAndrew 2016 - Forum software by © MyBB