Hi there, I am using date("H:i:s").For example i am gettin a time like 21:34:45 from this function.I have to sort this time.When ever time changes that time should get stored at the top of file.
hi there, i have crypted password by crypt()and storing it in the file.I want to decrypt that password for validating the users new password.How should i do that.
There isn't a way, crypt is one-way encryption.