/ Published in: PHP
Expand |
Embed | Plain Text
<?php //total number of images $totalimages = "300"; //file type $file_type = ".jpg"; //location $image_folder = "../assets/images/"; //start counting from number $startcounter = "1"; $image_name = $image_folder . $random . $file_type; ?>
You need to login to post a comment.
