MySQL Forums
Forum List  »  PHP

Move entry to different table
Posted by: Joshua Wahila
Date: August 29, 2005 04:03PM

I'm trying to setup a database where there are 2 tables, and I want a function where it can move an entry from one table, to another table on the same database. Basically I just want to keep the data seperated into 2 lists, and make it so you can move data between the 2 lists... is this possible? I'm not that knowledgable about php with mysql... is there a move function? or can you request the data from the first table, insert it into the second table, and then delete the info from the first table in one action? please help...

Options: ReplyQuote


Subject
Written By
Posted
Move entry to different table
August 29, 2005 04:03PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.