Search found 4 matches

by mistwist
Sun Nov 14, 2004 5:07 pm
Forum: PHP - Code
Topic: checking if files exist
Replies: 7
Views: 836

ok i see where your going... But unfortunately it won't work, this is part of a form and the form does not require the image names to be entered. so it has no way of knowing the image names..
by mistwist
Sat Nov 13, 2004 7:07 pm
Forum: PHP - Code
Topic: checking if files exist
Replies: 7
Views: 836

rehfeld,
Doesnt t that just return the header info of the url itself? type, server 404, 200 etc

I want to check for broken images on the supplied url...
by mistwist
Sat Nov 13, 2004 4:08 pm
Forum: PHP - Code
Topic: checking if files exist
Replies: 7
Views: 836

nope that won't work.. server does not have curl mod loaded :(

got me all excited...lol
by mistwist
Sat Nov 13, 2004 1:37 pm
Forum: PHP - Code
Topic: checking if files exist
Replies: 7
Views: 836

checking if files exist

I run a link site, ppl submit their pages(always just a single page at a time) to me to post on my website, but before i post them I want to check for for broken images on that page. I have no way of knowing the name of the images tho they will always be jpg files. i know its possible to do but i am...