php.ini short open tag or asp tags changes
php.ini short open tag or asp tags changes short_open_tag = false; If it is false, you must use the long form of the PHP open tag (<?php ?>). If it …
By Nikunj Joshi
php.ini short open tag or asp tags changes short_open_tag = false; If it is false, you must use the long form of the PHP open tag (<?php ?>). If it …
Locate the php.ini file in your server. Change the following options file_uploads = On max_input_time 300 max_execution_time 300 post_max_size = 256M upload_max_filesize = 64M max_input_vars 1800 max_file_uploads = 20 memory_limit: …
Read More “How to increase the upload limit and change php.ini settings”