i want a script that will read my query string, and load all text files from a directory of that name.
Example: www.example.com/?contact_us would load from the directory /public_html/contact_us/
Well write one then.
:p
Seriously, what are you having trouble with? I think a good place to start out would be reading the PHP manual section about Directory functions.