Hello, this is probably something very simple, but I don't get it. I want to post data to a php file that send the posted data to the DB. Then I would like to return the last inserted ID and use that on the same page the request was made from. How is this done? I know how to post and how to get, but not in the same request. Do I have to use Ajax?
Maybe it's a little clearer if I mention it's for writing tags to the DB Flickr style. Need help! ;-)

