How to catch images with blank dimensions?
Personally, the first thing I would do after matching the attributes is to create an associative array of: array( ‘attribute_name’ => ‘attribute_value’ ) It will make it easier to get the attribute directly than having to search the array and I think overall it will make the code more direct. Since we know that index … Read more