URL verifier..
Well, hey lads...Okay, I need a big favour..I am trin' to make a url verifier in php. The sole purpose for this program like I said is to verify if the url exists or not. In other words if the url is correct. I am thinking that the script should be able to take a server url from user. Following it should add the filename which it will load from a database(could just be a .txt file). So, what the script
does is that it take the url given by the user like http://www.mydomain.com/ and adds the filename(ex: myfile.zip) loaded from the .txt file at the end of the given url. such as this http://www.mydomain.com/myfile.zip. If it's true it returns the full url to the user otherwise it continues it's search until the end of database...I am runnin' completely blank on this one..so, I really hope ye lads can help me out of this pickle..
cheers :)