XAMPP | PHP | Useful Troubleshooting

How to set smtp server in php.ini?

Open the file php.ini

[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP=mailserver.website.com

 

Some scripts might take long time to execute. Edit the php.ini file and increase the max_execution_time=50000

 

If the mysql execution takes time C:\xampp\phpMyAdmin\libraries\config.default.php

$cfg[‘ExecTimeLimit’] = 1000;