Tag: php-ini
The PHP configuration file, php.ini, is the last and most direct step that affects PHP's functionality. This php.ini file is read every time PHP is initialized, in other words, whenever httpd is restarted for the Module Version or with each Script execution for CGI version. If your changes don't show up, remember to stop and restart httpd. If still not showing, use phpinfo() to check the path to php.ini.
Does the uploaded file exceed the upload_max_filesize directive in php.ini? You often encounter this error when uploading data to the website?
Popular Posts
Tags