September 2024
Intermediate to advanced
743 pages
27h 48m
English
In this chapter, you learned the basics of PHP. You now know the essential features of the programming language and have good overview. Also, we explored the interaction between PHP and HTML through an example form.
The most important thing to take away from this chapter is the following:
PHP is always executed on the server side. Thus, data must be sent to the server in advance so that it can work.
As in any programming language, different types of variables exist. Thus, PHP has ten primitive data types, listed in Table 15.2, and the special data type object.
Some predefined variables exist like $_POST, which you got to know in an example.
Once constants are created, they cannot be changed. ...
Read now
Unlock full access