MYSQL moving information with php

ridd1ck

New Member
I am wondering if it is possible to automate or by button press to move mysql table information from one table to another table deleting it from the first table and putting it in another table? Using php. My mysql table is big and the page that adds the information to that table has 70 query's on it which slows the page refresh times. I need to move information from the first table to the second at a certain time of day everyday so that those querys don't have to look through all of my giant 27k row table.Is this possible?Also if someone could help me with my comment on this page I would be grateful. link text
 
Back
Top