Hello all, I need to import or Get outlook Express contacts using PHP. Iis it possible? If possible means, let me know about the procedure. Pls reply me if u know anything about my issue, Thanks,
The site linked below has a discussion on the subject. I'm not sure if there's anything there that would do what you want, though. http://curl.phptrack.com/forum/viewtopic.php?t=67
You should be able to export them as a csv and then parse them out with php. There's isn't any way for a php script to fetch them from a user's outlook express files.