im using the: Registration and Log-In Tutorial By: RickyRombo
ive created all the databases correctly and filled in the info. but at the end of the guide it says:
Now all you need to do is make your application do all the tasks! Open up the template.mfa in
this zip. Each frame of the Application (except for “Game”) is named after a task the PHP can carry
out. All you need to do is set the “task” to one of those five things, and add the required information
(shown in the comments/code) to do that task. Note: Resend Information actually resets the password
because the original password is not stored, but instead it stores the hash. Another thing: Limit the
editbox sizes to the respective lengths. It'd be a shame for a user to sign up successfully and not be able
to log in because the whole password doesn't match!
does this mean the object called "textholder" you rename to your php of your database? im really lost on the last part. anyone give me any advice?