I have a table scripted like so,
<?php
// set the folder variable
$folder = "Pics";
// read the images into an array
$filearray = glob("$folder/*.{jpg}", GLOB_BRACE) ;
$cols = 3; // how many columns do we want in our table
$count = 0; // start count
echo "<table bgcolor=#50007C...