<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial, helvetica, sans-serif;font-size:12pt"><DIV></DIV>
<DIV>You don't need to&nbsp;provide the value for an auto increment field. "Db_last_insert_id()" is how you get the value <STRONG>after</STRONG> the&nbsp;insert, if you need it at all.<BR>&nbsp;</DIV>
<P><FONT color=#ff007f size=4 face="bookman old style, new york, times, serif"><EM><STRONG>Nancy</STRONG></EM></FONT></P>
<P>&nbsp;</P>
<P><FONT face="arial, helvetica, sans-serif">Injustice anywhere is a threat to justice everywhere. -- Dr. Martin L. King, Jr.</FONT></P>
<DIV><BR></DIV>
<DIV style="FONT-FAMILY: arial, helvetica, sans-serif; FONT-SIZE: 12pt"><BR><FONT size=2 face=Tahoma>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">
<HR SIZE=1>
</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt"><B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Austin Einter</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt"></FONT>&nbsp;</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">I have a table, where 'cid' field is of type "serial".</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">&nbsp;</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt"><EM>$lastid = 0;<BR>&nbsp; for($delta = 0; $delta &lt; $all_companies; $delta++)<BR>&nbsp; {<BR>&nbsp;$lastid = db_last_insert_id(rs_companies, cid) + 1;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; db_query(<BR>&nbsp;&nbsp;&nbsp; 'INSERT INTO {rs_companies} ( cid, uid, prevcompany, joindate, releasedate) '<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ."VALUES (%d, '%d', '%s', '%d', '%d')", <BR>&nbsp;$lastid,&nbsp; </EM></DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">&nbsp;</DIV>
<DIV style="FONT-FAMILY: times new roman, new york, times, serif; FONT-SIZE: 12pt">&nbsp;</DIV></DIV></div></body></html>