ajloun
02-28-2010, 08:11 PM
Hello
I have two tables.
lets say tble 1 , tble 2
i want to import the data from tble 1 to tble 2 .. both tables in same Database ..
i need to do it in php .. i could do it with silly way .. by make back up , remove tble2 then rename tble1 to same name as tble 2 then import it back to the database from phpmyadmin ..but loooking for a profissinal way with php.
Any idea?
I have two tables.
lets say tble 1 , tble 2
i want to import the data from tble 1 to tble 2 .. both tables in same Database ..
i need to do it in php .. i could do it with silly way .. by make back up , remove tble2 then rename tble1 to same name as tble 2 then import it back to the database from phpmyadmin ..but loooking for a profissinal way with php.
Any idea?