PHP function to look for images (2007-12-16)
The function below will look for numerically numberedĀ images (or any other type of file) on any giving website. The function will echo weather or not it found anything, if it found something it will return the html image code(s) for it.
/*When calling the function $istop should equal 1. $name should equal the name you want [...]
