PHP Webpage HELP!

SRAdmin

Junior Member
Jun 29, 2005
4
0
0
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 this in differently? I really don't want to lose my old navigation method.
 

SRAdmin

Junior Member
Jun 29, 2005
4
0
0
No. It wont attempt to. It doesn't populate showme. So if i just output the contents of showme to text it doesn't know what it is. It's like it doesnt even attempt to read it.