Re: [PHP] $35 to the first person who can do this XML-parsing PHP script

2007-03-13 Thread Jochem Maas
Richard Lynch wrote: > On Mon, March 12, 2007 8:05 pm, Myron Turner wrote: >> Richard Lynch wrote: >>> For something that simple in PHP4, I didn't even bother with the >>> 50-line expat lib solution... >>> >>> A couple preg matches, or even just strtok and call it done... >>> >>> //assume file_get_

Re: [PHP] $35 to the first person who can do this XML-parsing PHP script

2007-03-12 Thread Richard Lynch
On Mon, March 12, 2007 8:05 pm, Myron Turner wrote: > Richard Lynch wrote: >> For something that simple in PHP4, I didn't even bother with the >> 50-line expat lib solution... >> >> A couple preg matches, or even just strtok and call it done... >> >> //assume file_get_contents is too "new"... >> //

Re: [PHP] $35 to the first person who can do this XML-parsing PHP script

2007-03-12 Thread Myron Turner
Richard Lynch wrote: For something that simple in PHP4, I didn't even bother with the 50-line expat lib solution... A couple preg matches, or even just strtok and call it done... //assume file_get_contents is too "new"... //probably wrong, but be safe $xml = implode('', file('www.librarytools.c

Re: [PHP] $35 to the first person who can do this XML-parsing PHP script

2007-03-12 Thread Richard Lynch
For something that simple in PHP4, I didn't even bother with the 50-line expat lib solution... A couple preg matches, or even just strtok and call it done... //assume file_get_contents is too "new"... //probably wrong, but be safe $xml = implode('', file('www.librarytools.com/events/sampledata.tx

Re: [PHP] $35 to the first person who can do this XML-parsing PHP script

2007-03-10 Thread tedd
At 10:16 PM -0500 3/8/07, Rob Gould wrote: I have to say this is the most helpful listserve I've ever joined! Such friendly people and such good information. What?!? That's the first time I've heard that -- we're slipping guys. We've got to stamp out that image before it gets rooted. tedd -

Re: [PHP] $35 to the first person who can do this XML-parsing PHP script

2007-03-08 Thread Rob Gould
I have to say this is the most helpful listserve I've ever joined! Such friendly people and such good information. Well, the main thing I learned is - - - PHP 5 rocks, and PHP 4 semi- rocks, but not enough to make XML-parsing enjoyable. So, what I did was I installed MAMP on my Mac OS X box

Re: [PHP] $35 to the first person who can do this XML-parsing PHP script

2007-03-08 Thread Tijnema !
On 3/8/07, Chris Shiflett <[EMAIL PROTECTED]> wrote: Rob Gould wrote: > I'll send $35 to someone via paypal who can create a PHP script that > will do the following: > > 1) Read XML data from an URL ( www.librarytools.com/events/sampledata.txt) > 2) Loop through all XML results and print to th

Re: [PHP] $35 to the first person who can do this XML-parsing PHP script

2007-03-08 Thread Chris Shiflett
Rob Gould wrote: > I'll send $35 to someone via paypal who can create a PHP script that > will do the following: > > 1) Read XML data from an URL (www.librarytools.com/events/sampledata.txt) > 2) Loop through all XML results and print to the screen the "eventname" > and "eventnextoccurrencedate"

[PHP] $35 to the first person who can do this XML-parsing PHP script

2007-03-08 Thread Rob Gould
Ok, well after fiddling around with PHP samples from the web for a few hours, I'm shot. But I have a project due soon that relies on this so I'm willing to pay someone: I'll send $35 to someone via paypal who can create a PHP script that will do the following: 1) Read XML data from an U