SELECT MAX(id) FROM
Posted: Wed Apr 05, 2006 12:10 pm
how do i do this. i want
$new_id =
the result of this query
$query = "SELECT MAX(id) FROM mytable";
+ 1
thanks
$new_id =
the result of this query
$query = "SELECT MAX(id) FROM mytable";
+ 1
thanks