how do I override PHP flag settings on the server?
and in case I have suphp ,
-where I find the customized php.ini?
-what code will php.ini needs inside?
-how do I customize it?
<? phpinfo(); ?>
php_value upload_max_filesize 300M
Depending on your configuration of Apache you may not be able to reference php commands from inside a .htaccess file.
You can create a .htaccess file and upload it to your /public_html folder. If your host support SuPHP (many hosts do), then you can upload a custom php.ini file to your public_html folder also and override any PHP flag settings on the server.
But basically all you'd be doing is FTP'ing the information to your site.
Place start of php in my html area