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

[REBOL] Re: HTTP-Post Error

From: gchiu:compkarori at: 26-Oct-2002 12:16

On Thu, 24 Oct 2002 20:49:10 -0400 "Matthew Kim" <[mattymattkim--hotmail--com]> wrote:
>How would I post multiple inputs? Like so? > >read/custom url [post "data=value" "data2=value"] >
Try read/custom url [ post "name1=value1&name2=value2...." ] -- Graham Chiu