Create an empty object in PHP
At PHP we can manage objects and create objects from their classes. One of the first things we can do […]
At PHP we can manage objects and create objects from their classes. One of the first things we can do […]
In this example we are going to see how given a year we can calculate the century in PHP. To
In this example we are going to see how we can insert an element in MySQL using PHP. The first
To send email with PHP the simplest thing is to use mail() function that the language offers us. This mail()
When we are working with generated random numbers, it is possible that one of the numbers will be repeated, the
We have already seen how simple it is connect to a MySQL database using PHP. Now we are going to
In some cases, we find ourselves with the need to create a set of alphanumeric characters for a specific later
Let’s create a code at PHP that allows us to retrieve the data entered in a form and show it
When we are reading a request about a file PHP the most normal thing is to read the $_GET and
Define variables in PHP is useful to us in all the code we make, since variables are the main tool
Before seeing how we can traverse an array in PHP, the first thing we have to do is define the
Encoding an image and inserting it directly into the code makes it easier for us to optimize web pages and