Hi--
Im having some trouble trying to switch my post_max_size to 30 in php...
I went in and adjusted all of the php.ini files that I saw in the /php/ dir and restarted but that didn't help...
Maybe there is some code that I haven't been able to find that I could execute to fix it?
My upload_max_filesize is 32MB
EDIT: Im trying to execute a query of 18MB, I tried to mysql_query($query) it but I got an MySQL server has gone away error. So Im trying to upload to phpmyadmin...