Need help..Pls

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
balasun
Forum Newbie
Posts: 6
Joined: Thu Apr 02, 2009 9:32 am

Need help..Pls

Post by balasun »

Hello all,

I need to fetch contacts which are stored in Microsoft outlook express using PHP.

Do u have any script for these or please advice me about how can i do that.


Pls help me if u know any thing about these..

Thanks,
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Need help..Pls

Post by pickle »

[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:2. Use descriptive subjects when you start a new thread. Vague titles such as "Help!", "Why?" are misleading and keep you from receiving an answer to your question.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
User avatar
greyhoundcode
Forum Regular
Posts: 613
Joined: Mon Feb 11, 2008 4:22 am

Re: Need help..Pls

Post by greyhoundcode »

See this article about locating contact data for Outlook. If you can locate it and have permission to read it, you'll obviously have to parse it and extract the necessaries.
Post Reply