[REBOL] Re: REBOL in PHP

2000-12-23 Thread Jeff Rubin

Hmmm
I tried it but I get this...
Fatal error: Call to undefined function: virtual()

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Ral
ph Roberts
Sent: Tuesday, December 05, 2000 9:52 AM
To: [EMAIL PROTECTED]
Subject: [REBOL] REBOL in PHP



Quick tip:

In my book REBOL FOR DUMMIES (order it at http://rebolpress.com), I show how
PHP code embeds in REBOL scripts. Ah, but what if you want to call a REBOL
script from within PHP code? If your server is Apache and runs PHP4, it's
very simple:



Why would you want to? I am a firm believer in hybrid programming--combining
the strengths of two or more scripting languages for a greater whole than
either of the parts can provide. In specific, while REBOL blows PHP away in
most aspects, PHP provides exceptionally powerful MySQL (and other SQL)
support. So the intermixing of scripting languages often gives a quick and
elegant solution.

Opinions welcome.

And you can always demand a recount.

--Ralph Roberts





--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: REBOL in PHP

2000-12-06 Thread Ralph Roberts

>
>
>Haven't seen you on the list for a while! Glad to have you back!
>
>chaz
>

I've been lurking, Chaz, while working on other projects. But I read the
REBOL list every day and, more importantly, I use REBOL every day. Great
stuff!

--Ralph


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.




[REBOL] Re: REBOL in PHP

2000-12-05 Thread chaz

Haven't seen you on the list for a while! Glad to have you back!

chaz

At 10:52 AM 12/5/00 -0500, you wrote:
>
>Quick tip:
>
>In my book REBOL FOR DUMMIES (order it at http://rebolpress.com), I show how
>PHP code embeds in REBOL scripts. Ah, but what if you want to call a REBOL
>script from within PHP code? If your server is Apache and runs PHP4, it's
>very simple:
>
>
>virtual ("cgi-bin/banner.r");
>
>?>
>
>Why would you want to? I am a firm believer in hybrid programming--combining
>the strengths of two or more scripting languages for a greater whole than
>either of the parts can provide. In specific, while REBOL blows PHP away in
>most aspects, PHP provides exceptionally powerful MySQL (and other SQL)
>support. So the intermixing of scripting languages often gives a quick and
>elegant solution.
>
>Opinions welcome.
>
>And you can always demand a recount.
>
>--Ralph Roberts
>
>
>
>
>
>-- 
>To unsubscribe from this list, please send an email to
>[EMAIL PROTECTED] with "unsubscribe" in the 
>subject, without the quotes.
>
>

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.