Dear all,
I have a question how i can change/add extra command on php.ini? My problem is is using a web hosting (Linux+Cpanel) where i can't manipulate php.ini to do any configuration since that server is own by hosting provider/company?
I just want to add this:
php_value post_max_size 10M
php_value upload_max_filesize 10M
post_max_size = 12M
upload_max_filesize = 12M
So how i can do it?
Thanxs
I have a question how i can change/add extra command on php.ini? My problem is is using a web hosting (Linux+Cpanel) where i can't manipulate php.ini to do any configuration since that server is own by hosting provider/company?
I just want to add this:
php_value post_max_size 10M
php_value upload_max_filesize 10M
post_max_size = 12M
upload_max_filesize = 12M
So how i can do it?
Thanxs