Any suggestions would be appreciated.
Need something to scan 1 folder for php and html files
Moderator: General Moderators
Need something to scan 1 folder for php and html files
Im a php noob and have no idea what this is called but is there a script I can drop in to my folder to list as links all the html and php files in that folder? Im getting sick of manually listing the file after creating it. My server is running php 4.
Any suggestions would be appreciated.
Any suggestions would be appreciated.
- novice4eva
- Forum Contributor
- Posts: 327
- Joined: Thu Mar 29, 2007 3:48 am
- Location: Nepal
Re: Need something to scan 1 folder for php and html files
look into readdir() function. You will get the full solution right in the manual too.