I have a gallery on my website, in which users can log in and see their photos. I'm trying to run a code that shows the images of a directory (ie. their directory). At the minute I have:
Code: Select all
//$dirlist is where images are
$dirlist = "cmclaughlin/";Code: Select all
//$dirlist is where images are - echo username
$dirlist = ("echo $row_rsUserphotos['username']");Any help would be appreciated!
Conor