here is some logic, I'm sure you can flesh out the code.

fopen -r the URL
read the results into a variable, fopen -w to write a local temp file
(if the parser you build actially requires a "file")
save it locally and pass the filename variable to your XML parser
function

if your parser can work from a variable, then just pass the read
variable to your parser.

Dave

-----Original Message-----
From: Michel 'ZioBudda' Morelli [mailto:[EMAIL PROTECTED]]
Sent: Sunday, February 11, 2001 7:35 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Code repositery


Hi, does someone know some class/script for setup a code repositery?
I have tried to find it on hotscripts.com or php.resourceindex.com but
I
have not find nothing.

Tnx in advance.


--
Il tuo programma più importante prende più memoria di quella che hai.
Se hai abbastanza memoria, non hai abbastanza spazio su disco
Se un programma sta in memoria ed ha abbastanza spazio su disco, si
bloccherà.
Se il programma va a gonfie vele, sta aspettando il momento peggiore
per
bloccarsi.
--
Michel <ZioBudda> Morelli               [EMAIL PROTECTED]

ICQ UIN: 58351764                       PR of Linux in Italy
http://www.ziobudda.net                 http://www.linuxlab.it


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail:
[EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to