It’s important to know how to hash a password in any programming language, and in this quick tip article we’ll explain how to do that in PHP, and why hashing passwords is so important. Every PHP programmer at some point ...

In this quick tip, we’ll look at situations where we might need to trim whitespace in PHP, and we’ll cover the functions available in PHP for trimming whitespace. Whitespace in strings consists of leading or trailing spaces. (Extra spaces between ...