Hi does anyone know how to get the highest number from an int(7) field
id like to make an increment to it aswell:
somtn like this dont work?
(select from max(subid) from $table)
$max = result;
idd like to check what the latest entry was before i post another and then increment that count?
how should i do this, anyone any idea?
thanks.