Hello i tried to view my php info using phpinfo(); but it told me Warning: phpinfo() has been disabled for security reasons in
Hello i tried to view my php info using phpinfo(); but it told me Warning: phpinfo() has been disabled for security reasons in
Yes, it is disabled.
Too many people put it on a script that hackers can view from the Web.
Nothing is always absolutely so.
How much is then max file size to upload ?
On Chopin this gives 16MCode:print_r( ini_get( "upload_max_filesize" ) ) ;
Nothing is always absolutely so.
It's 16M thanks for the support.