HELP!

I´m trying to capture values from a web page with a Rebol CGI script. I
would like to append the values in a directory on the web sever as ablock.
The problem is, some of the values have quotes.


Values form HTML :

value1 "one"
value2 "two"
value3 "three"

to be save to------> %value-list.r as:


value-list: [
          existing- value: [ exvalue1 "exone"
                     exvalue2 "extwo"
                     exvalue3 "three"
                    ]              ;existing values in pseudo database


          new-values:       [ value1 "one"
                     value2 "two"
                     value "three"
                    ]              ;new values appended from CGI script


          ]




Please help!

Sharriff Aina
med.iq information & quality in healthcare AG
Gutenbergstr. 42
41564 Kaarst
tel.: 02131-3669-0
fax: 02131-3669-599
www.med-iq.de

Reply via email to