Tutorial PHP Exceptions: Try Catch for Error Handling | How To Nov 9, 2018 In this post, you’ll learn how to use exception handling in PHP. As of PHP 5, we can use try catch blocks for error handling—this is a better way to…
Tutorial Render Text and Shapes on Images in PHP | How To Sep 24, 2018 In the previous, we focused on loaded and manipulating images with PHP. We learned how to rotate, resize, scale or flip an image. We also learned…
Tech News update Formatting the Current Date and Time in PHP | How To Sep 19, 2018 You’ll often want to work with dates and times when developing websites. For example, you might need to show the last modified date on a post or…
Tech and Gadget How to Upload a File in PHP With Example | How To Sep 10, 2018 In this article, I’ll explain the basics of file upload in PHP. Firstly, we’ll go through the PHP configuration options that need to be in place for…
Tech Tips & Tricks 20 Interesting facts about PHP every developer should know | Tips & Tricks Sep 4, 2018 Interesting facts about PHP 1. PHP originally stood for Personal Home Page. 2. PHP which is now officially known as ‘Hypertext Preprocessor’ was…
Cyber Security How one man could have pwned all your PHP programs | Cyber Security Sep 1, 2018 You’ve probably heard the term “supply chain attack” – it’s an all-the-rage jargon phrase in cybersecurity these days. The metaphor is obvious –…
Cyber Security New PHP Code Execution Attack Puts WordPress Sites at Risk | Cyber Security Aug 20, 2018 Sam Thomas, a security researcher from Secarma, has discovered a new exploitation technique that could make it easier for hackers to trigger…
PHP Insert Value From CheckBox In Database (MySQL) In PHP – Info PHP Jul 25, 2018 In the last article you saw how to insert a value from a radio button in the MySQL database in PHP. Now in this article you will see how to insert a…
PHP Group By Clause in PHP – Info PHP Jul 25, 2018 Introduction I have described in my previous article how aggregate functions work. Basically, aggregate functions provide all the data in a single…
PHP Join Tables With the Using Keyword in PHP – Info PHP Jul 25, 2018 Introduction I have also described in my previous article how to work with "inner" and "outer" joins. You can follow this link: to read about…