heartsblack Posted October 1, 2015 Share Posted October 1, 2015 (edited) I am trying to transfer the columns from one table to another but it is displayed like this in the screenshot. I want all the data in the same row. Edited October 1, 2015 by heartsblack Quote Link to comment Share on other sites More sharing options...
Barand Posted October 1, 2015 Share Posted October 1, 2015 Details would be useful. What is the structure of the source table? What is the structure of the destination table? Are you inserting new records with the transferred data, or are you updating existing records? What is your current code? Quote Link to comment Share on other sites More sharing options...
cyberRobot Posted October 1, 2015 Share Posted October 1, 2015 Are you just copying the table structure and data to a new table? If so, you could use the "Copy table to" feature under the Operations tab in phpMyAdmin. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.