Page 1 of 1

PHP and Livecode

Posted: Thu Jul 07, 2011 9:09 pm
by Kaubs
I have an application that requests the user log in on launch. I've created a simple field for username, password and also a login button. I am having troubles finding a way to have that button collect the data from the username and password fields then relay that information to an out of app php script. Does anyone have an idea on how the code to do such a thing might look? Or possibly a link I could check out?

Thanks
Kaubs

Re: PHP and Livecode

Posted: Thu Jul 07, 2011 10:12 pm
by shaosean
Take a look at the post command..

Basically you need to create a string containing the data to send and then issue the post command..