PHP and Livecode

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Kaubs
Posts: 124
Joined: Wed Jun 29, 2011 3:55 am

PHP and Livecode

Post 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
shaosean
Posts: 906
Joined: Thu Nov 04, 2010 7:53 am

Re: PHP and Livecode

Post 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..
Post Reply