Hi I have a fetch all row data from my prices table so it displays all the records on one page using php.
I want to insert all the row data into a new table but in one row.
for example in my 1st table I have PriceID ProductCode Productame ProductAmout which are being displayed i want to add 2 new values to each row and insert all of them in a new table is there any easy way to do this?