Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

greping date from a file

Status
Not open for further replies.

farley99

MIS
Joined
Feb 12, 2003
Messages
413
Location
US
$dirHandle = opendir("./images");
$files = 0;
foreach($files){
grep lastmodified or created date;<--what is the syntax for this
}

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top