Tagged Questions
2
votes
1answer
53 views
Is having preset queries prone for disaster?
Edit Just did some further reading around the website and have come to the conclusion that this method leads to Leaky Abstraction, sorry for wasting peoples time. Time to head back to the drawing ...
5
votes
2answers
323 views
Way to optimise this PHP code?
I would like to optimise this code. It seems a bit verbose, particularly with the 'elseif' that doesn't do anything.
This code either:
takes a plain text password, generates a salt, and returns ...