HTTP headers for posting data

Andre Rombauts andre.rombauts at win.be
Tue Jun 10 12:28:01 EDT 2003


I want to post data from a RunRev application to a web page that will manipulate them.
Let's say data1, containing "Hello" and data 2 "World"...
How do I setup the httpHeaders property and the data argument in the post instruction?
Where can I find more info about setting up http headers for get/post procedures?

on mouseUp
    put "Hello" into data1
    put "World" into data2
    set the httpHeaders to ???
    post ??? to URL http://www.mysite.org/php/test.php
end mouseUp

Thanks in adavance to all!

André Rombauts
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.runrev.com/pipermail/use-livecode/attachments/20030610/925fb3dd/attachment.html>


More information about the use-livecode mailing list