Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // Get the file name
- $filename = $_GET['filename'];
- // Find all the images
- $images = glob("images/file/path/*_{$filename}");
- // Return the images as json
- echo json_encode($images);
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement