Login form in Flash leading to PHP page
Hi, I am working on a project that has a flash login form.
There are 2 input fields, "username" and 'password". The Go button sends the variables (POST) of the 2 input fields to a .php page, which expects to receive "username" and "password" via _POST.
However, when I am redircted to the php page, I am not logged on, and there's my username in the username field, and the password field is empty.
What am I doing wrong? I know that I don't use a "type=password" attribute in the flash movie, so the password isn't 'protected' when the user enters it in the flash movie... is that it?
Thanks in advance for any help that you could give me!
