Working with form input fields
Forms can contain various elements – text fields, checkboxes, radio button...
Sending arrays data in php
In previous topics, sending individual values to the server was covered. H...
Data security In PHP
The organization of data security is of great importance in PHP. Let’s tak...
Submitting Forms In PHP
One of the main ways in which data is transmitted to a website is through the pr...
Getting data from a query string in PHP
The simplest way to pass data to the server to a PHP application from the outsid...
Array Operations in PHP
Let’s take a look at some of the most common built-in functions that we ca...