Hi,
I am a Java/JSP developer by trade but am currently developing a
MySQL/PHP solution.
In JSP when I run an INSERT statement on the db I am able to
automatically get back a list of any generated keys (without having to
do some sort of subsequent query to get the information).
Is there a PHP equivilent of this?
Thanks
I am a Java/JSP developer by trade but am currently developing a
MySQL/PHP solution.
In JSP when I run an INSERT statement on the db I am able to
automatically get back a list of any generated keys (without having to
do some sort of subsequent query to get the information).
Is there a PHP equivilent of this?
Thanks
Comment