Rushomi Posted December 27, 2014 Posted December 27, 2014 Im working on a wbsite project , and ive rreached to a point where i need to register the users, and send them an email with activation link, then when they press it, they are activated...AND can now login ...... i can do all this with normal functions/php java and so on... but i want to do it with classes so i always can reuse them....SO if anyone knows about classes and can make me a class or classes that can connect to db, and another class to register and login users , also maybe a class to validate the info in the form( or maybe this can be done in the same user class) whatever that is easy for u... i just need everything to be functional and in classes. if this is something for u, send me a message and we will continue from there, thanks
Swizzbeat Posted December 27, 2014 Posted December 27, 2014 You do understand both PHP and Java are OOP?
Jack Posted December 27, 2014 Posted December 27, 2014 If you do not know what hashing, salting, or sql injection is, then you should not be making anything where you save passwords. It is very easy to get hacked using php even when you know what you are doing.
BrainDeadGenius Posted January 23, 2015 Posted January 23, 2015 It's something that's fairly easily done, but you'll obviously have to pay for it. I'll do it for you, but we'll need to talk.
UKF Posted April 26, 2015 Posted April 26, 2015 Im working on a wbsite project , and ive rreached to a point where i need to register the users, and send them an email with activation link, then when they press it, they are activated...AND can now login ...... i can do all this with normal functions/php java and so on... but i want to do it with classes so i always can reuse them....SO if anyone knows about classes and can make me a class or classes that can connect to db, and another class to register and login users , also maybe a class to validate the info in the form( or maybe this can be done in the same user class) whatever that is easy for u... i just need everything to be functional and in classes. if this is something for u, send me a message and we will continue from there, thanks If you still need help with it, you can pm me. What I will be doing is: Index page Register page Register functions Login Page Login functions Activation links (if requrested) Design (Custom)