[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [syndication] Syndication - which standard to use



Isofarro <yahoosyndication@isofarro.uklinux.net> wrote:
From: "Paul Aner" <contsyn@web.de>
Subject: [syndication] Syndication - which standard to use


I think ICE will not be implmentable, because it is based on HTTP-Post.
PHP does
not offer any ServerSockets or something like networking-streams,

PHP offers $HTTP_RAW_POST_DATA which might contain the data you need to
read.
http://uk.php.net/variables.external (search this page for
HTTP_RAW_POST_DATA)
http://uk.php.net/manual/en/reserved.variables.php#reserved.variables.get
(same thing)

Though it may require always_populate_raw_post_data to be set to on in the
php.ini

Use curl, fopen, or fsockopen. Curl by preference but not all installations have it available.

Incidentally, php and curl have only recently started supporting gzip,deflate encoding and from what I can tell the MS Win ports till don't.

--
Julian Bond Email&MSM: julian.bond@voidstar.com
Webmaster:              http://www.ecademy.com/
Personal WebLog:       http://www.voidstar.com/
M: +44 (0)77 5907 2173   T: +44 (0)192 0412 433