|
Super Easy PHP question
Why doesn't this work any more? (assuming the code is inside of test.php)
<a href="test.php?table=oral">ORAL</a>
<?
print("$table");
?>
It used to work for me on an older server. But now it says no variable is defined for $table when you click on the ORAL link. WTF?
|