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
PHP and Livecode
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: PHP and Livecode
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..
Basically you need to create a string containing the data to send and then issue the post command..