Re: last record in DB
"Kevin Raleigh" <kraleigh@sbcglobal.net> wrote in message
news:h6qdnQqVnN48IwfbnZ2dnUVZ_sWdnZ2d@giganews.com ...
> After my data passes all validation I load it into the db
> Now I need that record Id so that I can send it in an email for
> registration
check the PHP manual for
mysql_insert_id()
|