I have installed Xampp on windows 7. When I try to run code I get the error
Warning: Module \'openssl\' already loaded in line 0
Open xampp -> PHP -> php.ini
Open the file php.ini in any text editor
Press CTRL + F and Search for openssl
Comment the line extension=php_openssl.dll by placing a semi-colon at the beginning: ;extension=php_openssl.dll
extension=php_openssl.dll
;extension=php_openssl.dll
Note : If you want to enable it again remove the semicolon