Hi,
I am having a table A...and i am copying(inserting) the content of the table A to the empty table B.I am doing changes in the values in table A ....but my table B always should remain constantly ...the changes done in table A should be reflected to the table B using php...please give me a solution to sort out my problem.
My problem is that, making changes in table A, its also reflecting to table B. But i don't need this.