Hi,
Warning: filesize() [function.filesize]: stat failed for http://.....
Du schaust im Manual unter filesize nach, dort findest du die Aussage
"As of PHP 5.0.0, this function can also be used with some URL wrappers. Refer to List of Supported Protocols/Wrappers for a listing of which wrappers support stat() family of functionality."
Hast du PHP 5 laufen?
Wenn ja, geht's weiter zur Liste der Wrapper, genauer HTTP and HTTPS Wrapper.
"Supports stat() No"
Also kannst du filesize nicht fuer HTTP-Ressourcen benutzten.
Na, waere das jetzt so schwierig selber herauszufinden gewesen?
Also ueberleg dir eine andere Moeglichkeit, den Inhalt einer HTTP-Ressource mit PHP einzulesen.
MfG ChrisB
--
„This is the author's opinion, not necessarily that of Starbucks.“
„This is the author's opinion, not necessarily that of Starbucks.“