Hi,

I wonder whether anyone can shed some light onto this for me...

Say I have this example insert:

 $sql = "INSERT INTO songs (id,name,url) VALUES
('','Foobar','test.php?id=<id>)";

The id is autoincrement so obviously left blank, yet I'd like to put it into
the url where <id> is.

How do I go about dragging back the id even though it is being created (I
suppose) while the statement is being made -- is it possible or do I have to
do something hackish?

Sorry if that's a simple problem...

Regards,

    Robert Morrissey



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to