Posts: 251
Name: Tom Maurer
Location: Pennslvania, USA
|
Yea what code can you use. The code I posted works, and I use it myself on some sites. Make sure you change:
PHP Code:
// Define the full path to your folder from root
$path = "CHANGE THIS TO YOUR PATH";
to point to the folder you want listed. That is of course your server supports PHP.
Last edited by Tom_M; 04-07-2007 at 09:29 PM..
|