Create a method in PHP
The methods in PHP are quite useful to be able to encapsulate a specific functionality in one place and be […]
The methods in PHP are quite useful to be able to encapsulate a specific functionality in one place and be […]
A simple article that I had saved there for quite some time and that will surely be useful to those
One of the most common things in programs is the management of dates. It is very normal that we have
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