I am using PHP together with MySQL.
In such statments as : CREATE TABLE xyz (....
or SELECT * FROM xyz....
Is it possible to have xyz be a variable, such as a string passed in by using
$tablename ??
(I have bunches of tables which I would like to name and query dynamically.)
Thanks for your help.
Paul R