Skip to main content
Participant
March 24, 2007
Question

login form using php and mysql

  • March 24, 2007
  • 1 reply
  • 134 views
Hi all!

First of all I'm all green with action script.
I need to do a login form that will retrieve user name and password then send it to server.
After that I'd like the script to get info back from server and if it's incorrect show a proper message in flash, if it's ok to show user name and link to his profile instead of original form.

Could you please direct me to any toutorial that can help me?
Maybe you have such a script ready somewhere in the net? (I dont think I'm that lucky 😉 )

Thank you in advance for every answer.

PS. Sorry for my english, it's not my native language.
This topic has been closed for replies.

1 reply

Participant
March 25, 2007
I have found this: http://www.kirupa.com/developer/actionscript/authentication.htm

it helped me a lot

my last problem is how to achive this:
after succefull login I want flash to show, instead of login form, users name and a link to his profile
with users name it shouldn't be a problem, I already have a confirmed variable ready in flash
but with link to a profile I need to retrive it from php

and this is my real problem:
how can I make a dynamic text linkable with the link given from php?