PHP URL Validate using RegEx
Posted by Jeevan on 6 June, 2009
No comments yet
This item was filled under [ PHP ]
After going through lots and lots of url validation scripts, I come across this wonderful and easy RegEx validation script works perfectly. This information has been posted in phpcentral by fqa. Amazingly author has also given detailed information for switching how a URL should be. For example, http://localhost is a VALID URL and you may [...]