Hello everyone! Please help me on how to append the content of 1 table to another. I have coded but there is an error, please check if you have comments. If you have sample code the better.
$result2 = mysql_query(INSERT INTO billingstatementhistory values (SELECT * FROM billingstatement);
error is: Parse error: parse error, unexpected T_STRING in C:\websites\billingstatementtest.php on line 125
I am using Php5 and MySQL.
Your help is very much appreciated . Thank you.