This is a discussion on Get ID of deleted items within the PHP Language forums, part of the PHP Programming Forums category; Hi there, I wonder if there is anything similar to "mysql_insert_id();" for deleted/updated id's? If i ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
"phpfrizzle" <phpfrizzle@hotmail.com> wrote in message
news:18cde9b5.0501211141.1119e767@posting.google.c om... > Hi there, > > I wonder if there is anything similar to "mysql_insert_id();" > for deleted/updated id's? > > If i do a query and DELETE WHERE text_field="", > can i get the id's of the fields that were deleted??? No. Select the rows first. |