Sharriff wrote:
> Does anyone have a solution of persisting data across HTML pages? I want
data submitted through a CGI from a HTML form to be usable in other pages.

Why not have a Rebol cgi script that outputs the HTML form, another one that
responds to the form and then writes the information as a file, then another
one that reads the file and writes the information as html again? Or,
failing that, have the Rebol script on the site FTP the data to the site?

I hope that helps somewhat.

Andrew Martin
ICQ: 26227169
http://members.nbci.com/AndrewMartin/
-><-

Reply via email to