I have bought a autoresponder php script. I have made all the necessary changes in the config.php. But while executing the index.php, iam getting blank page. It is a login form. No error message is shown in the browser. Only blank white page. Do i need to change any settings in server. Iam using windows hosting. Thanks
Check to make sure that error_reporting is set to E_ALL (can be done by calling error_reporting(E_ALL); at the start of the script) and make sure that display_errors is set to on.