Please input the URL"; } else { $search = search($_POST['url']); $matches = []; preg_match_all('/href="https:\/\/i\.([^"]+)"/', $search, $matches); $imageUrls = $matches[1]; } } ?> Pinterest Image Downloader

Pinterest Image Downloader

'; echo '

Preview Images

'; foreach ($imageUrls as $imageUrl) { echo ' Preview'; } echo '
'; } ?>