On Jun 4, 10:50 pm, shotokan99 <soft_devj...@yahoo.com> wrote:
> hi,
>
> my case is i want the user to input a certain url. upon pressing send
> button i want to see if that url is valid / active/ existing or not.
>
> is this possible? how to do this?
>
> tnx
if(!file_get_contents($url))
echo 'Unable to retrieve URL';