jmiller
July 15th, 2003, 17:22
I am working on a small script that displays my text, htm, mrc, etc files with a banner ad above.
Part of my script contains the following
<?php include($get.".txt"); ?>
Where the given text file will be retrieved and displayed.
What I was wanting to do was have something similar, but with a wildcard or something, so I can display any file extension.
Any suggestions?
Part of my script contains the following
<?php include($get.".txt"); ?>
Where the given text file will be retrieved and displayed.
What I was wanting to do was have something similar, but with a wildcard or something, so I can display any file extension.
Any suggestions?