<?php $string = "Apple iPhone SE (Black, 64 GB) http://dl.flipkart.com/dl/apple-iphone-se-black-64-gb/p/itm832dd5963a08d?pid=MOBFRFXHCKWDAC4A&cmpid=product.share.pp"; preg_match('~https?://[^\s]*$~', $string, $matches); echo $matches[0];
You have javascript disabled. You will not be able to edit any code.