<?php require "config_connect_functions.php"; headerPrint(); /* $cols = NUMBER OF COLUMNS $sort = FIELD TO SORT BY ex: id, timestamp, name $order = WHICH WAY TO SORT ex: ASC, DESC $path = PATH TO THE JOE IMAGES DIRECTORY ex: /home/domains/yoursite/docs/joe_images/ ### $path MUST HAVE A TRAILING SLASH viewPhotos($cols, $sort, $order, $path); */ viewPhotos(3, "timestamp", "DESC", ""); footerPrint(); ?>