Hi everybody,
Using PHP 4.3.3, I want to read the Microsoft Outlook address book. Can anyone help me in this context? Any early help or suggestions will be highly appreciated.
Thanks in advance.
Anirban Sarkar
There might be some tools out there to do this, but in the past I was able to export the data as a text file and then do some nifty explode()ing to then work with the data and get it into a table. It's possible...