↧
Using PHP to validate an RSS feed URL.
I'm just working on a script at the moment that allows users to submit a blog URL and the blog RSS feed. To check whether the submitted URL is a properly formatted address I use FILTER_VALIDATE_URL but...
View Article