Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] CGI parse and save problem!

From: sharriff::aina::med-iq::de at: 25-Sep-2000 8:02

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