Posted by Marcin Dobrucki on 09/19/05 11:07
bobkaku wrote: > $query = "select max(qno) from answers"; > $result = mysql_query($query); > > $maxqno = mysql_result($result); > > $nextqno = $result + 1; Sidetracking a little, are you by any chance re-implementing auto_increment? /m
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming