hi.. can i use php variable passed in a query string to select the type of table i want to use...
$query="select * from $table;
is it possible to do...
thanks
Yes, this is possible.
-- Jason