Ok so i have the form setup perfect but only the first upload is coming through. When i debug the PHP $_FILES i get this
my client gave me access to the shared hosting (that he chose and paid) for a website I\'m doing. PHP is running as CGI. I can\'t change PHP settings through ini_set at all! Is this possible? Is this
I\'m just finishing a CMS that I want to release as open source. The program has some ini_set() directives to set a secure environment, like session.use_only_cookies, etc. The problem is that some hos
ini_set(\'error_log\', $custom_error_log_location); print ini_get(\'error_log\'); The result of the above code? Nothing! It literally prints nothing as the value of ini_get(\'error_log\'). I\'m runn
I\'m trying to set it up so if you log in to my website the session carries over to all sub-domains of my website. For example, if you go to domain.com and log in, then go to sub.domain.com, you\'ll a
I am having a strange problem while uploading large files in PHP. In php.ini, max_execution_time is set to 30, post_max_size is set to 32M, upload_max_filesize is set to 32M. When I tried to upload a
for some reason, my one of my php scripts are ignoring the php.ini memory limit or 开发者_开发问答ini_set.