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…
Since we are on a roll with PHP tutorials, I thought it would be about time to learn how you can send email using PHP because almost every website on…
Not that you learn what are cookies, how to create them and how to delete them, it’s time to move even further and talk about sessions. In this article you…
Last time we talked about GET and POST methods. Now let’s continue our PHP series by talking about PHP date and time. Here you will learn how to use PHP…