Moin!
Ich bastel mit im Moment eine Klasse um das Problem außenrum,
die lad ich mal kurz hoch... argh! Sobald ich sie wieder zum laufen gebracht habe.
Wohin hochgeladen? Hierhin? http://pear.php.net/package/HTTP_Request
Die Feature-Liste sieht besser aus, als alles, was man "mal eben schnell" hinskripten könnte: "Supports GET/POST/HEAD/TRACE/PUT/DELETE, Basic authentication, Proxy, Proxy Authentication, SSL, file uploads etc."
Und warum das Rad zweimal erfinden?
PS: Ein HTTP Client für multiple Requests gibts auch.
Features:
* Manages cookies and referrers between requests
* Handles HTTP redirection
* Has methods to set default headers and request parameters
* Implements the Subject-Observer design pattern: the base class sends
events to listeners that do the response processing.
- Sven Rautenberg