<?php if (preg_match('~\.(png|gif|jpe?g|bmp)~i', "https://example.com/test.png")) { echo 'image only'; } else { echo 'image + other types'; }
You have javascript disabled. You will not be able to edit any code.