I'd like an incremented $max_id
to be returned.
Seems that the following script doesn't work:
<?php
$max_id = 656886639189471232;
$max_id = $max_id+1;
$max_id = number_format($max_id, 0, '', '');
var_dump($max_id);
?>
Needed 656886639189471233