In this code below, I created a auto increment in php, but it is giving an error in the sum.
Example: It works perfectly 1,2,3 ... 10, up to number 10. From there it repeats the 10, 10, 10
$qr = mysql_query("SELECT max(os) as os FROM a_...
asked by
23.06.2015 / 19:23