Hello PHP List, I would like to use links such as:
<a href="index.php?tablename=table">table</a>
The resulting page would have a line on it like such:
$query = "SELECT * FROM $table";
Is this possible? If so, is there maybe a better way to do this?
Also, is it possible to show the names of the tables in PHP page?
Thanks,
-Steve Marquez
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

