Welcome Guest, Not a member yet? Register   Sign In
How to the fetch id of newly created entry
#7

[eluser]Colin Williams[/eluser]
Or:

Code:
$first = 'InsErt_';
$second = 'ID';
$call_func = 'call_function';
$id = $this->db->$call_func(strtolower($first . $second));


Messages In This Thread
How to the fetch id of newly created entry - by El Forum - 11-06-2008, 01:33 PM
How to the fetch id of newly created entry - by El Forum - 11-06-2008, 01:54 PM
How to the fetch id of newly created entry - by El Forum - 11-06-2008, 02:14 PM
How to the fetch id of newly created entry - by El Forum - 11-06-2008, 02:35 PM
How to the fetch id of newly created entry - by El Forum - 11-07-2008, 05:23 AM
How to the fetch id of newly created entry - by El Forum - 11-07-2008, 04:49 PM
How to the fetch id of newly created entry - by El Forum - 11-08-2008, 03:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB