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
[email protected]
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution