hi all..
i am newbie in php-mysql. i have doubt to access the max id using php.
here is the problem.
member table
---------------
id auto_increment
name varchar(50);
-------
accessing data through html form, then dumping to mysql working nicely.but when accesing LAST DATA from mysql through browser using php code shows nothing.
[code=php]
<?php
...