Welcome Guest, Not a member yet? Register   Sign In
is there any super easy cool trick to get the next id in codeigniter :))
#7

[eluser]NateL[/eluser]
Since you have the ID in the URI, you will have to run this very simple query:

SELECT * FROM `clients` WHERE `clientid` > *segment 3* LIMIT 1;

That query will grab the next highest ID, even if you are missing ID's between. The LIMIT 1 is very important in this.


Messages In This Thread
is there any super easy cool trick to get the next id in codeigniter :)) - by El Forum - 07-24-2009, 06:52 PM



Theme © iAndrew 2016 - Forum software by © MyBB