I used to use this script back on an older PHP, but it doesn't work now:
<? include("$showme" . ".info"); ?>
http://www.example.com/view.php?showme=test
This would result in $showme = test.info
Well, it doesn't work any more on Fedora Core 3, PHP4?
Any ideas how I can read...