kabar916 Posted October 8, 2011 Share Posted October 8, 2011 I have a folder of images. i want to get a list of names of the images and make a table out of it in sql. Just the name of the images, not the image itself. i already made the table in sql, i just need to import the names. Does anyone know how to do this? Quote Link to comment Share on other sites More sharing options...
kabar916 Posted October 8, 2011 Author Share Posted October 8, 2011 This is what i am working with: <?php $dir = '_images/tyc'; $files1 = scandir($dir,0); $array1 = array($files1); $array2 = print_r($array1); ?> em i even close, to the answer 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.