post command

Yves COPPE yvescoppe at skynet.be
Sun Aug 9 17:22:36 EDT 2009


Le 09-août-09 à 23:12, Mark Schonewille a écrit :

> Yves,
>
> First of all, you need to define a variable. Without variables, php  
> isn't even aware that you tried to send something. Second, you need  
> to urlEncode your data. For example:
>
> put "myVar=" & urlEncode(fld "myFld") into myString
> post myString to url "http://www.mondomaine.be/dossierscripts/ 
> test.php"
>
> If you have multiples variables, myString should be of the following  
> format:
>
> "myVar1=" & myData1 & "&myVar2=" & myData2
>
> where myDataX is urlEncoded.
>




re Mark,

yesssssss ! it works !!

thank you very much

Bonjour from Belgium !

Greetings.

Yves COPPE
yvescoppe at skynet.be




More information about the use-livecode mailing list