php logo
PHP PDOStatement class

The PHP class PDOStatement represents a prepared statement; after the statement is executed with execute, it will represent a result set.

Leer mas..
php logo
PHP – PDO class

In this post, we will theoretically explore what the PDO class of the PDO extension in PHP does and its methods.

Leer mas..
php logo
PHP PDO extension

The PDO extension in PHP is a database access interface that provides an abstraction layer for interacting with databases from PHP applications.

Leer mas..
php logo
PHP routing

The routing in PHP is the practice of defining how URLs will be associated with actions we perform in our web application. This is useful when using the MVC design pattern, for example: I enter the main page /, call the controller that will determine what to display, a landing page, an introduction, or perhaps a list of the latest topics.

Leer mas..
php logo
PHP array_change_key_case function

The PHP function array_change_key_case changes the keys to uppercase or lowercase depending on whether we specify CASE_UPPER or CASE_LOWER.

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

Comments