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.
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
Submit your software products to http://www.quickestpublisher.com and
get found!
On 9 aug 2009, at 22:56, Yves COPPE wrote:
re,
text fld
text tab text tab text
text tab text tab text
text tab text tab text
....
about 10 lines
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