Photo Album Script displays images randomly
1) Script Title: PHP Photo Album script
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...photoalbum.htm
3) Describe problem: In the javascript portion in the .htm file it has this code:
//Sort images by date? ("asc", "desc", or "")
//"desc" for example causes the newest images to show up first in the gallery
//"" disables this feature, so images are sorted by file name (default)
var gsortorder=""
With this setting, I find that images are only displayed randomly instead of being sorted by filename. Is there a way I can fix this so that it sorts by filename?