[insert_php]
function display_image($path,$class_name) {
$dirname = $_SERVER[“DOCUMENT_ROOT”].$path;
$images = glob($dirname.”*.*”);
foreach($images as $image) {
echo ‘‘;
}
}
[/insert_php]
Our teachers have worked at top ad agencies, including:
[insert_php]
display_image(“/wp-content/themes/bookshop-online/images/agencies/”,”agencies_image”);
[/insert_php]
…just to name a few.
All have been in the business for many years, have a ton of awards to justify it and have worked on some of the top clients including:
[insert_php]
display_image(“/wp-content/themes/bookshop-online/images/clients/”,”clients_image”);
[/insert_php]