Website Extension

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
shadowslash
Posts: 344
Joined: Tue Feb 24, 2009 6:14 pm
Contact:

Website Extension

Post by shadowslash » Sat Jun 20, 2009 1:38 am

i'm trying to create a desktop application for the users of my website, the problem is, i don't know how to get started, what code can I use to let the users log-in to my website? I tried using the POST command but I can't seem to get it to work as it should.... thanks in advance for the answer(s)... Image
Parañaque, Philippines
Image
Image

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Sat Jun 20, 2009 8:23 am

Hi Shadowslash,

What does your website do exactly? How does your log-in mechanism work? Do you realise that logging in often means nothing but setting a cookie after submitting a user name and password? Do you use http or https? What exactly do you want to use the post url command for? Etc...

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply