|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
How to create a simple Image Gallery - NO DATABASE -
I've tried a lot of scripts but nothing seems to be what I want.
Please help me. |
|
#2
|
|||
|
|||
|
I'm not quite sure what you want so I'm going out on a limb here...
You don't have to use a database, you can use the Filesystem functions of server-side scripting languages (such as PHP). And in case you're wondering, no, I don't think Javascript can do it for you. I may be wrong but I don't recall Javascript having the ability to access files and folders. |
|
#3
|
||||
|
||||
|
Javascript is a CLIENT SIDE language, and cannot access files on a server.
What do you want to do exactly? My photo gallery operates without a DB - though I use one to catalogue my albums. The images are indexed dynamically using the ASP FileSystemObject. This way, you don't need to hard code any files names into your HTML. |
![]() |
| Viewing: Dev Articles Community Forums > Databases > Database Development > How to create a simple Image Gallery - NO DATABASE - |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|