|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
find all php files on a server?
trying to find all php files on a server and then do things to them. Is there an easy way to crawl every folder to turn up every file with a .php (or .html) extension?
|
|
#2
|
||||
|
||||
|
RE: find all php files on a server?
After a quick google search....
On *nix you can probably use something like "ls */ | grep php" Not sure, never really got used to using grep. |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Applications > find all php files on a server? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|