[EMAIL PROTECTED] wrote: > > Does anyone have a soultion of persisting data across HTML pages? I want > data submitted through a CGI from a HTML form to be usable in other pages. > > Many thanks for the anticipated help guys > > Sharriff Aina > med.iq information & quality in healthcare AG Two standard techniques: 1) return from the CGI script another form with the data as hidden fields; 2) within the CGI script, save the data (e.g. to a disk file) so that subsequent scripts can read it. -jn-
- [REBOL] How does one persist data? Sharriff . Aina
- [REBOL] How does one persist data? Re: Al . Bri
- [REBOL] How does one persist data? Re: cybarite
- [REBOL] How does one persist data? Re: joel . neely
- [REBOL] How does one persist data? Re: kracik
