which version of mysql are you using? your version might not support MAX()
try:
$sql = "select id from persons order by id desc limit 1;"
or:
mysqli_insert_id($link);
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.