whats the best way to get a number which has just been created via auto increment without having to do:
insert into table (fields a,b,c) value (d,e,f)
select (a, where b, c, = e, f,)
if you see what i mean i think i heard of a command like mysql_input or something like that