Contributing to open source had always been one of the things I wanted to do, but didn't know how to do it and also didn't know where to start...
I understand how you feel. Too much stress trying to figure out everything, trying to keep up with family, friends, and career can be draining, I...
If you're here, I know you must have seen words like, "PHP is dead", "Who learns PHP in 2021", believe me this sentences break my heart but it also...
Access modifiers are keywords in object-oriented languages that set the accessibility of classes, methods, and other members. Let me explain...
I will try to explain this concepts as clear as possible, don't worry if you've never used it just follow along. 😊 All examples below are in Php...
So many differences and little similarities between ISSET and EMPTY in php. ISSET Isset returns TRUE if the variable exists and has a value other than...