/ Published in: PHP
Change $dir to image folder
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $dir = "img/backgrounds"; //$imglist = ""; $i = 0; if($file != '..' && $file != '.'){ $image[$i] = $file; $i++; } } } } ?>