View Single Post
  #1 (permalink)  
Old 07-05-2008, 06:01 PM
Bulletproof Bulletproof is offline
Junior Member
 
Join Date: Jul 2008
Posts: 6
Default How do I validate a URL?

I'm using Zend_Filter_Input to validate some input, and one of the textboxes allows you to enter a URL in. I need to validate the URL to make sure it is in the proper Website.com format. In fact, it's supposed to point to an image, so I'm hoping I can override the validator (if one already exists) so it checks for a proper image url.
Reply With Quote