PDA

View Full Version : Validate URL


MathewC
05-11-2010, 11:22 AM
Is there any way using regular expressions to validate say a set profile I create which is for website urls and check that the url is live?

Cheers.

Brandon_R
05-12-2010, 11:22 PM
There is a function to verify urls are valid but to actually check if they are alive you will need to do some custom modifications, using curl and checking the response headers.