[REBOL] Re: cheyenne and RSP

2007-01-13 Thread Alan
does? -Alan - Original Message - From: Peter Wood [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, January 13, 2007 7:45 PM Subject: [REBOL] Re: cheyenne and RSP Alan If the database is on the server, as I'm guessing, you can avoid using a new page to access a CGI by using

[REBOL] Re: cheyenne and RSP

2007-01-13 Thread Alan
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, January 13, 2007 3:50 PM Subject: [REBOL] Re: cheyenne and RSP Alan You have the Rebol interpreter available between the % .. % so all you need to do is establish the database connection,grab the data into a variable, and then print

[REBOL] Re: cheyenne and RSP

2007-01-13 Thread Graham Chiu
know how it works in a web page. -Alan - Original Message - From: Graham Chiu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, January 13, 2007 3:50 PM Subject: [REBOL] Re: cheyenne and RSP Alan You have the Rebol interpreter available between the % .. % so all

[REBOL] Re: cheyenne and RSP

2007-01-13 Thread Alan
] Sent: Saturday, January 13, 2007 10:56 PM Subject: [REBOL] Re: cheyenne and RSP There's a big difference between Javascript and RSP. RSP is like PHP and other languages that dynamically build pages. Javascript modifies an existing page in some functionality. So, they are complementary

[REBOL] Re: cheyenne and RSP

2007-01-13 Thread Graham Chiu
- From: Graham Chiu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, January 13, 2007 10:56 PM Subject: [REBOL] Re: cheyenne and RSP There's a big difference between Javascript and RSP. RSP is like PHP and other languages that dynamically build pages. Javascript modifies

[REBOL] Re: cheyenne and RSP

2007-01-13 Thread Alan
function? - Original Message - From: Graham Chiu [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, January 13, 2007 10:56 PM Subject: [REBOL] Re: cheyenne and RSP There's a big difference between Javascript and RSP. RSP is like PHP and other languages that dynamically