I have a variable that stores a temporary password. I'm just learning about
arrays. I know this is wrong $pwList[]= ($newPW); I want to add the value
of the $newPW which keeps changing to a unique variable and store each one
in the array. How do I do that?
I plan (once I learn how) to compare the password input by the user to those
stored in the array. Am I going about this the right way?
Thanks much.
arrays. I know this is wrong $pwList[]= ($newPW); I want to add the value
of the $newPW which keeps changing to a unique variable and store each one
in the array. How do I do that?
I plan (once I learn how) to compare the password input by the user to those
stored in the array. Am I going about this the right way?
Thanks much.
Comment