add php module
I am trying to setup a mail program for my website and have to add the following line to the "php.ini" file as per website request:> > mod_imap module has not been initialized. Add this line to your php.ini file or contact your system administrator.
> > extension=php_imap.dll
> > (Windows)
> > extension=php_imap.so
> > (Linux)
> >
Can somebody tell me step by step to add this module?
Thank you