How can i do Post Http ?
Posted: Sat Nov 05, 2016 4:27 pm
hi veryone , i am trying do post method , but dont Works ...
someone have example to Post method of SB to PHP ?
someone have example to Post method of SB to PHP ?
Code: Select all
Procedure HTTP_Callback(Success, Result$, UserData)
If Success
Debug Result$ ;And do anything you wish with it
Else
Debug "Error..."
EndIf
EndProcedure
HTTPRequest(#PB_HTTP_Post, "file.php", "your post data or variable containing it", @HTTP_Callback())