Link to home
Start Free TrialLog in
Avatar of htgits
htgits

asked on

Login

Hi, i need to create a login screen for a project im doin online, it needs a username field, a password field, and a forgot password button wich onced clicked gets there e-mail address from a datasource and sends them their password. I also want a sign up button to, can any one help?

Brad
Avatar of htgits
htgits

ASKER

also the forgot password button has to ask there date of birth and there secret question answer
Well, I am not sure how much help you want, whether you just want help for the server side part, or for me to do the flash part too <grin>.  But I suggest using something like amfphp if you are looking for a server side part.  Or take a look at ghostwire's  PHPObject though I haven't ever used that personally.  AMFPHP (and I think PHPObject) is basically a way for flash to use php as if it were part of flash.  So you could capture the users textfieldstext and pass that to the server and back to the user.

go to amfphp.org I think and they have a working example.   Otherwise you could just have some dynamic web page that writes out the name/value pairs and load that data into flash with a LoadVars object.

the question is what type of back end are you using?  PHP, ASP, JSP, ColdFusion, ASP.NET, etc?  And what type of database do you have for the users.

--BackBayChef
<advertising removed by Netminder, Site Admin>
Avatar of htgits

ASKER

im using ASP.NET and im using Access like database to hold customer information
ASKER CERTIFIED SOLUTION
Avatar of fixitben
fixitben

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial