Re: [PHP] Last Record INSERT

[email protected] (Stuart Dallas)
Newsgroups php.general
Message-ID <[email protected]>
On Wednesday, 26 June 2013 at 19:01, Tedd Sperling wrote:
> On Jun 26, 2013, at 1:56 PM, Stuart Dallas <[email protected] (mailto:[email protected])> wrote:
> > On Wednesday, 26 June 2013 at 18:39, Tedd Sperling wrote:
> > > Let me add, currently I am inserting an email address into a database.
> > > 
> > > To find which record was created, I ask for the record number (ID) back.
> > > 
> > > I am asking simply because mysql_insert_id() is deprecated.
> 
> Now you tell me. :-)
> 


The whole mysql module has been deprecated. The recommended module is now either mysqli or PDO depending on your requirements. Moving to mysqli from mysql will probably be the less painful route.

-Stuart

-- 
Stuart Dallas
3ft9 Ltd
http://3ft9.com/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.