cturner Posted October 21, 2006 Share Posted October 21, 2006 I am wondering how I can transfer data from one table to another? I am wanting to copy one row of data in one table and then place it in another table. Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/24624-transferring-data/ Share on other sites More sharing options...
corbin Posted October 21, 2006 Share Posted October 21, 2006 If its just an exact copy of the table theres some function for it... But if you plan to change some stuff just doSELECT * FROM table;then a while loop and insert it into your other table... Link to comment https://forums.phpfreaks.com/topic/24624-transferring-data/#findComment-112181 Share on other sites More sharing options...
cturner Posted October 21, 2006 Author Share Posted October 21, 2006 How do I place a table field into another table? Link to comment https://forums.phpfreaks.com/topic/24624-transferring-data/#findComment-112186 Share on other sites More sharing options...
cturner Posted October 21, 2006 Author Share Posted October 21, 2006 Sorry I have worked out. Link to comment https://forums.phpfreaks.com/topic/24624-transferring-data/#findComment-112187 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.