0
how to use image in folder to slideshow using php
if(isset($_POST['view']) { $view = glob("upload/*"); } <input type="submit" name="view">
2 Réponses
0
I don't understand the code
if(isset($_POST['view']) { $view = glob("upload/*"); } <input type="submit" name="view">