We also appreciate your assistance and opinions so feel free to contact us with your wishes and ideas. If you only have negative things to say, please try to sugar coat it as much as possible.

If you are already an accomplished artist and you’ve found a niche, we may want to feature you as a contributing artist instructor. Why not join our ever growing team of artists helping artists?



Thank you for your support.

Folio Academy, like an Art University online, sort of.

\"Originality is nothing but judicious imitation\" – Voltaire "; $query = "SELECT * FROM courses order by itemname "; if (isset($_GET['category'])) { $temp=$_GET['category']; $query = "SELECT * FROM courses where categories LIKE '%{$temp}%' order by itemname"; $query2 = "SELECT * FROM categories where id = '{$_GET['category']}';"; $result2 = mysqli_query($GLOBALS['conn'],$query2) ; $row2 = mysqli_fetch_array($result2); $bigtitle=$row2['h1']; $title=$row2['h2']; $bigtext=$row2['h3']; $littletext=$row2['h4']; } if (isset($_GET['medium'])) { $temp=$_GET['medium']; $query = "SELECT * FROM courses where mediums LIKE '%{$temp}%' order by itemname"; $query2 = "SELECT * FROM mediums where id = '{$_GET['medium']}';"; $result2 = mysqli_query($GLOBALS['conn'],$query2) ; $row2 = mysqli_fetch_array($result2); $bigtitle=$row2['h1']; $title=$row2['h2']; $bigtext=$row2['h3']; $littletext=$row2['h4']; } $result = mysqli_query($GLOBALS['conn'],$query) ; $coursestring=""; while($row = mysqli_fetch_array($result)){ if ( $row['itemnumber'] != 'aw' ) $coursestring= $coursestring.$row['itemnumber']." "; } $coursearray=explode ( ' ' ,trim($coursestring) ) //echo $coursestring; ?>






"; $tableend=""; $counter=1; foreach ($coursearray as $itemnumber){ if ($counter==1) echo $tablestart; $promodiscount=getpromodiscount( $itemnumber); echo $promodiscount; if (strlen($itemnumber) > 0) { include('storeonetabledestination.html'); } else { echo ""; } if ($counter==3) {echo $tableend; $counter=0;} $counter=$counter+1; } echo $tableend; ?>