I'm a newbie to php and programming, so any advice would be much appreciated.
I'm trying to configure php so that it will include imap functions.
I use windows xp home and xampp to deal with apache, mysql, php etc..
I've followed the instructions ie get the php_imap.dll file from your PHP download extensions directory and copied it to my PHP extension directory. Then i opened the php.ini and removed the semicolon from ";extension=php_imap.dll"
I then test for imap support using <?php echo phpinfo(); ?> and the page shows no indication of anything related to imap. Do i have to download the c libraries, if so- how do i compile/install them on windoews? or do i need Windows 2000 NT?
Many thanks
Ting