Palashfog Posted July 18, 2014 Share Posted July 18, 2014 <?php $files=glob('apk/*'); foreach( $files as $file) { echo '<img scr="'.$file.'">'.basename($file).'</img><br/>'; } ?> Link to comment https://forums.phpfreaks.com/topic/289974-how-to-take-automatic-preview-of-apk-file-using-php/ Share on other sites More sharing options...
requinix Posted July 18, 2014 Share Posted July 18, 2014 Your post is missing the part where you explain what you're talking about. Link to comment https://forums.phpfreaks.com/topic/289974-how-to-take-automatic-preview-of-apk-file-using-php/#findComment-1485652 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.