News

If you want to learn how to run a PHP file in XAMPP, this guide has all the information you need in 5 simple steps. Additional tips included!
The PHP code is processed within your web server by a PHP engine which generates the HTML code. The HTML contains the content in the file and is sent to your web browser to be displayed as normal text ...
PHP-File-Browser PHP Web Server File Browser This is a PHP Based file manager/browser. Reason I created this was to be able to freely browse my server's file system straight from my phone. It makes ...
The Single File PHP File Browser is a lightweight and straightforward project that provides a web-based directory listing for the files contained within a specified directory. This project serves as a ...
Here's a quick tutorial on how to setup Nginx with PHP support. The key? The installation of fastCGI, aka PHP-FPM, so Nginx can serve PHP files to clients.