How to send email from localhost using Gmail
First of all, XAMPP setup is needed In XAMPP directory go to “sendmail” directory and open “sendmail.ini” file in notepad. in “sendmail.ini” file, change below configrations. ;SET SMTP SERVER to …
By Nikunj Joshi
First of all, XAMPP setup is needed In XAMPP directory go to “sendmail” directory and open “sendmail.ini” file in notepad. in “sendmail.ini” file, change below configrations. ;SET SMTP SERVER to …
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”