Hi,

I need some help. I trying to do a post command from LC but I don't see why
don't work.

on mouseUp
   put empty into field "f_result"
   
   get libURLFormData("ID",38)
   
   post it to URL "https://www.mydomain.com/info-customer.php";
   put it into field "f_result"
end mouseUp

Ever I get Select error so the var ID never is passed.

Thoughts?

Salut,
Josep

--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/POST-command-error-tp3503001p3503001.html
Sent from the Revolution - User mailing list archive at Nabble.com.

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to