php logo
What is PHP?

PHP acronym stands for “Hypertext Preprocessor” (originally “Personal Home Page”). PHP is generally used as server-side programming language that was born in 1995, and it could be said that, along with JavaScript, it is the most popular language in web development. Beside of this it can be used as a general propose language. It is […]

Leer mas..
php logo
CSRF protection in PHP

Protection against CSRF in PHP must be one of the priorities on your website.Functionality:Generally, this is done with a session and a randomly created token. This token will be passed with our form and then compared with the session token. If the session token is different, nothing sent by the form will be processed.

Leer mas..
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..
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..
la categoria en-php tiene 121 post/s
Last 4 post in same category

Comments