There are many ways to run PHP, not only in a web environment. It is possible to run it in the terminal and even interactively. Learn all of them in this article!
Latest News
PHP, Programming
How to use the built-in PHP Web Server
Starting from PHP 5.4, it is not necessary to install Apache, Nginx, or any other web server. PHP itself comes with a built-in web server for development
Database, MySQL, PHP, Programming
The PHP’s MySQLi extension
Learn how to use the MySQLi extension in PHP, with more recent MySQL features. Starting from PHP 5.5, mysql_* functions are deprecated, and you should use MySQLi
Linux, Security
CHMOD: Permissions in Linux and Unix-Like Systems
Linux systems allow you to restrict access to files using permissions. Learn in this article how to manage permissions using the CHMOD command