Re: Send multiple variables to a URL with POST to SQLSRV + php

2016-02-24 Thread William Prothero
David: Perhaps this link will help. There is a demo stack you can download. http://es.earthednet.org/SoftwareForEducation Bill > On Feb 24, 2016, at 3:09 PM, david alfredo zuñiga soto > wrote: > > Hi all, a little help please. > in my app of Live

Re: Send multiple variables to a URL with POST to SQLSRV + php

2016-02-24 Thread Peter Haworth
Looks like you missed an "=", should be "&tCorreo="&correo? On Wed, Feb 24, 2016 at 3:09 PM david alfredo zuñiga soto < david_alfredo...@hotmail.com> wrote: > Hi all, a little help please. > in my app of LiveCode use this sentence:put "tIDUsr=" & IDUsr & > "&tPWD=" & PWD & "&tCorreo"&corr

Send multiple variables to a URL with POST to SQLSRV + php

2016-02-24 Thread david alfredo zuñiga soto
Hi all, a little help please. in my app of LiveCode use this sentence:put "tIDUsr=" & IDUsr & "&tPWD=" & PWD & "&tCorreo"&correo into tArgListpost tArgLists to URL "http://172.16.2.130:8080/BuscarNombreUsr.php";put it into encodeNombre Presumably, sent the user id, passwor