hi, so we had a lil activity that i cant figure out... basically i have a login page that only uses sessions and not database... therefore I also have change password option wherein a user can put in there his old password, the preferred new and the confirmation.. that's the problem then, i dont know the codes for it.. any help!
actually on the page load of the login i have only used session("user") = username and session("pass") = pass and then a lil if statement upon clicking the login button...
If you want to give the user the option to change password , you will need to store the password in either a database or a file
hey i got some help for thesis! my problem is what is the code for transfering money online? any help?