POST command error

Mike Bonner bonnmike at gmail.com
Fri May 6 17:11:07 EDT 2011


Are you sure its set up to use post data?

Works fine with http get instead.
*
*
*on mouseUp*
*   put empty into field "resultat"*
*   *
*   *
*   set httpHeaders to "Content-type: application/x-www-form-urlencoded" &
cr*
*   get libURLFormData("ID",39)*
*   put URL merge("
https://delphi.nocdirect.com/~heroesqu/espais/partes2/info-customer.php?[[it]]")
into field resultat*
*   beep*
*end mouseUp*



On Fri, May 6, 2011 at 2:43 PM, JosepM <jmyepes at mac.com> wrote:

> I try this but nothing happen...
>
>
> on mouseUp
>   put empty into field "resultat"
>
>
>   set httpHeaders to "Content-type: application/x-www-form-urlencoded" & cr
>   get libURLFormData("ID",39)
>   post it to URL
> "https://delphi.nocdirect.com/~heroesqu/espais/partes2/info-customer.php"
>
>   put it into field "resultat"
>   beep
> end mouseUp
>
> What is wrong?
>
> Salut,
> Josep
>
>
> --
> View this message in context:
> http://runtime-revolution.278305.n4.nabble.com/POST-command-error-tp3503001p3504245.html
> Sent from the Revolution - User mailing list archive at Nabble.com.
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list