Tag Archives: 404 URL checker

Simple Server Response Checker With PHP and cURL

I often need to check website lists for error codes (yesterday I’ve told you about 4XX codes). There is a simple solution written in PHP that allows to d this. You need cURL support enabled (please, let me know if I need to describe cuRL installation process on my blog) and that’s all. Here is the code: <?… Read More »