Coding languages like all software has versions. These versions offer improvements, and changes over time. This means that functions that work in some versions do not work in others. So you need to verify which version of PHP code has been written for, and also think about using common functions in your code to prevent issues with running it on new versions of PHP.
Related Articles

*NEW
Linux Projects – Import NMAP XML Output Into MySQL with PHP
In this project we parse an nmap XML output file and then add the values to a MySQL Database Table. We then create a basic report that pulls the values out of the database and […]

PHP Programming (OLD)
Sending Email with PHP

*NEW
Raspberry Pi – Install a LAMP Server (Linux, Apache, MariaDB, PHP)
You can turn your Raspberry Pi with Raspberry PI OS into a full LAMP web server. We use MariaDB because MySQL is not provided in the main repository and it is a drop in replacement […]
Be the first to comment