At 18:06 11-6-03, you wrote:
Hey,
Whats the problem with this "<a href="index.php?tablename=table">table</a>"
? its a perfectly legal bit of HTML...wheres your doubt?

in index.php just get the variable like this
$blah=$_GET['tablename'];

then run $blah in your select query.....
Either this is just too simple or i dont really understand what you are
trying to do...
>     $query = "SELECT * FROM $table";
well because when he has his globals turned off the $table var will not have a value.


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to