2015-09-09, 11:05:43
(2015-09-09, 10:49:15)shawn_a Wrote: Hehe you gotta take smaller steps man.
You keepmsaying img tags.
How about you just take it one peice at a time.
Print_r($folder);
Print_r($images);
And fix one piece at a time.
Thank you for working with me.....
Print_r("Folder: " . $folder); http://localhost/WebDesignerWebsiteCMS/theme/Innovation/assets/images/projects/
Print_r("Images" . $images); Returns nothing and has no error message.
It seems the following glob() is not working? Is there something that could be preventing glob() from running?
PHP Code:
$folder = get_theme_url(false) . '/assets/images/projects/';
$filetype = '*.*';
$images = glob($folder.$filetype);