transferring data from one table to another. PHP?

Bob

New member
does it matter where you put it (the INSERT call)?

{
//code to select database
}

//Transfer data
mysql_query( "INSERT INTO gancsosa_crystalworks.complete SELECT FROM gancsosa_crystalworks.inprogress");

{
//loop to print out info
}

it doesn't transfer data to complete
 
Back
Top