php logo
PHP – Error Handling

In PHP, errors are handled somewhat differently compared to other languages. PHP will attempt to continue execution despite encountering errors until a fatal error occurs. Of course, it will provide notifications of these errors.

Leer mas..
php logo
How to receive data sent via the POST method in PHP

In PHP, $_POST is an array that stores data sent via the HTTP POST method, which can be sent in various ways.

Leer mas..
Nginx
How to set NGINX with PHP on Windows

To have a local server that uses PHP on Windows, there are many options. Nginx is one of them, but we need to have some ideas on how to configure Nginx to use PHP.

Leer mas..
php logo
Data encryption in PHP

Today we will see how we can encrypt data in PHP, but first of all, we should take a look at what encryption is.

Leer mas..
ReactPHP
ReactPHP an instresting library for PHP

Today we will see an introduction to a very interesting library for PHP called ReactPHP. This is a low-level library based on events and non-blocking I/O

Leer mas..
la categoria en-php tiene 94 post/s
Last 4 post in same category