Forums
(@javun2016)
14 years, 4 months ago
btw i have the shared windows hosting at godaddy with IIS 7.0 and i put the php5.ini in the root directory
Here’s what works for me.
1. Open notepad 2. Put below codes in:
extension=php_mysql.dll extension_dir = C:\php5\ext\ memory_limit = 512M post_max_size = 512M file_uploads = On upload_max_filesize = 512M max_execution_time = 60
3. Save as php5.ini