Stroring a query in a table
Posted: Mon Jul 26, 2004 9:18 am
I have this query
I want to put this query into a table and i thought i would be able to do
...but it doesn't work.
Any ideas
Mark
Code: Select all
$query = INSERT INTO some_table ('some_info');Code: Select all
INSERT INTO another_table ('$query');Any ideas
Mark