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/>'; } ?> Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.