CodingForums.com

CodingForums.com (http://www.codingforums.com/index.php)
-   HTML & CSS (http://www.codingforums.com/forumdisplay.php?f=13)
-   -   Images from a directory into a table? (http://www.codingforums.com/showthread.php?t=247197)

Vernier 12-26-2011 09:00 PM

Images from a directory into a table?
 
Hiya, how do i put about a thousand images that are in a directory on my server into a table on my webpage? Thanks guys! :)

~ David

BluePanther 12-27-2011 01:16 AM

Quote:

Originally Posted by Vernier (Post 1174419)
Hiya, how do i put about a thousand images that are in a directory on my server into a table on my webpage? Thanks guys! :)

~ David

Using PHP :).

Specifically, scandir() or glob() are the functions you'd want to consider. You should post in the PHP category if you come across some more problems - a simple Google search will yield some results.


All times are GMT +1. The time now is 09:06 AM.

Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.