php Courses
php Courses
Nov 25, 2025 · Backend Development

How to Increase PHP post_max_size for Large File Uploads

This guide explains what the PHP post_max_size directive does, why the default 8M limit often fails for large uploads, and provides step‑by‑step methods—including editing php.ini, using .htaccess, and runtime ini_set—to correctly configure post_max_size along with related settings such as upload_max_filesize, memory_limit, and max_execution_time.

File UploadPHPbackend
0 likes · 7 min read
How to Increase PHP post_max_size for Large File Uploads
php Courses
php Courses
Mar 21, 2023 · Backend Development

How to Locate php.ini and List Enabled PHP Extensions

This article explains two methods to locate the php.ini file and view installed PHP extensions—using a simple PHP script with phpinfo() and the command‑line tools php -m and php --ini—while also promoting a PHP online training class with enrollment details.

Command LinePHPbackend development
0 likes · 3 min read
How to Locate php.ini and List Enabled PHP Extensions
php Courses
php Courses
Nov 3, 2020 · Backend Development

How to Enable PHP Short Open Tags on Ubuntu/Apache

This guide explains how to activate PHP short open tags by editing the php.ini file on an Ubuntu server with Apache, shows the syntax differences between full and short tags, and provides the necessary commands to reload Apache after the change.

PHPUbuntuphp-ini
0 likes · 3 min read
How to Enable PHP Short Open Tags on Ubuntu/Apache