Mailinglisten-Archive | 
> wie kann ich prüfen ob das Bild http://www.foobar.de/foo/bar.gif
existiert?
- indem du die url in die Adresszeile deines Browsers tippst und guckst ob
es da ist .... ;-)
- oder du fragst es mit der funktion 'is_file('url') ab
<snipp>
if ( is_file('http://www.foobar.de/foo/bar.gif') ) {
    machwas ....
} else {
    machwasanderes....
}
</snipp>
regards
----
Matthias Wegerhoff
play multimedia gmbh
Mauritiussteinweg 66 - 68
50676 Köln
Tel:  0221 2834872
Fax: 0221 2834831
m.wegerhoff at play-multimedia.de
    php::bar PHP Wiki - Listenarchive