[REBOL] Re: Help with HTTP protocol

2004-03-04 Thread Greg Brondo
Now this is getting weird as I implemented my first agent for this in PHP as well (queue Twilight Zone music here) Curl is a command line tool and library for getting data from network systems (HTTP, TELNET, FTP, GOPHER, etc). http://curl.haxx.se/ it's quite handy to have for quick scrip

[REBOL] Re: Help with HTTP protocol

2004-03-04 Thread Greg Brondo
I'm doing the same thing but getting my info from weather.yahoo.com. I can send you the code if you like. Also, if you want to use your code grab curl and run it like this: curl -D head http://br.weather.com/weather/tenday/BRXX2888 You can then view the 'head' file to see what is in the htt

[REBOL] Re: newbie question (and some frustration)

2004-03-02 Thread Greg Brondo
algx.com/phone/phone_search_results.asp compose [post > (txt-search)] > > HTH > ~~Ammon ;~> > > > - Original Message - > From: "Greg Brondo" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, March 01, 2004 4:39 PM > Subject:

[REBOL] just some praise

2004-03-02 Thread Greg Brondo
I just want to say 'thank you' to all the people on this list who help us newcomers to Rebol. I must say that this is one of the best lists I've ever partcipated. Thanks much! Greg Brondo -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with uns

[REBOL] newbie question (and some frustration)

2004-03-01 Thread Greg Brondo
The code below fails with the error listed. The /custom refinement expects a block '[post ]'. However, it doesn't like a word that's value is a string. What gives? Anyone please help! I've wasted a good hour trying to make this work. fld_lastname: "brondo" fld_firstname: "greg" txt-search