Re: [PHP-PEAR] phplib::metadata equivalent in PEAR::DB ?
[email protected] (Christian Stocker)
| Newsgroups | php.pear |
|---|---|
| Organization | Nomad Online Agents |
| Message-ID | <[email protected]> |
Hi again > Another Question in this matter: > > What about a last_id-function? where i can get the last inserted id of a > query (like the mysql-function.) ok, this question is answered, just downloaded the cvs-version of php4 and there we have nextID(), that's exactly what I needed. chregu