Officers 2011 - 2012
Displaying 1 to 8 of 16
// submit the query $result = $conn->query($sql) or die(myseli_error()); // extract the first record as an array $row = $result->fetch_assoc(); // get the name and caption of the first image $mainImage = $row['filename']; $caption = $row['caption']; // get the dimensions of the main image $imageSize = getimagesize('images/'.$mainImage);