Jump to content

file listing


mbvo

Recommended Posts

[quote author=mbvo link=topic=110520.msg446868#msg446868 date=1159992721]
I want a list of all the jpg and gif images in a particular directory, how do i do it?
[/quote]

[code=php:0]<?php
  $pictures = glob($myDir.'*.{jpg,gif}', GLOB_BRACE);
  print_r($pictures);
?>[/code]
Link to comment
https://forums.phpfreaks.com/topic/23014-file-listing/#findComment-103923
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.