thread 434-1653000
Please forgive me that I am new in php, I try to install the php-openssl.dll for SMTP sending out email, I think I mixed up and confused, though I read the php manual
and do the following
In your php_info() page please check where your "extension_dir" attribute points to .please point it to the c:\yourphpsrcfolder\ext\ .
Then uncomment the dll in php.ini file.Please look the same in the phpinfo() where your php.ini file is located.
restart your server .This should help
the original extension_dir was C:/AppServ\php5\ext
so I change it to C:/AppServ\
I shall appreciate very much for your help.
Please forgive me that I am new in php, I try to install the php-openssl.dll for SMTP sending out email, I think I mixed up and confused, though I read the php manual
and do the following
In your php_info() page please check where your "extension_dir" attribute points to .please point it to the c:\yourphpsrcfolder\ext\ .
Then uncomment the dll in php.ini file.Please look the same in the phpinfo() where your php.ini file is located.
restart your server .This should help
the original extension_dir was C:/AppServ\php5\ext
so I change it to C:/AppServ\
I shall appreciate very much for your help.