We are continuing our PHP tutorial series and in this tutorial let’s talk about exception handling in PHP. What Exactly Is An Exception In PHP An exception is a signal…
Last time we covered classes and objects in PHP, now let’s look at JSON. In this tutorial you will learn everything you need to know about JSON parsing in PHP.…
This time we will learn how to create, access and manipulate files dynamically with PHP file system functions. Working With PHP File System As you know PHP is A server…
In the PHP constants chapter we’ve learned how to define and use constants in PHP. And now let’s dive deeper and take a look at PHP magic constants. What Is Magic Constants…
Now that you know what are the $_GET and $_POST superglobals in PHP and how to get data from user inputs it’s time to talk about PHP form validation, because…
We have already talked about what $_GET and $_POST superglobal variables are. And in this tutorial you will learn about PHP form handling, how to collect user data from inputs…