importing .PAB (outlook) file into the database using PHP

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
madan koshti
Forum Commoner
Posts: 50
Joined: Fri Jun 06, 2008 4:25 am

importing .PAB (outlook) file into the database using PHP

Post by madan koshti »

Hi Guys,

I want to import the .PAB (personal address book) file into the database using PHP script.

I have search lots of things for this but I never got any solution for this :(

So please let me know if anyone knows the solution!
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: importing .PAB (outlook) file into the database using PHP

Post by onion2k »

You'll need to write something to parse .pab format files. I spent a couple of minutes Googling for a format specification and turned up nothing, so you'll probably need to reverse engineer it. That's going to be very tricky.
madan koshti
Forum Commoner
Posts: 50
Joined: Fri Jun 06, 2008 4:25 am

Re: importing .PAB (outlook) file into the database using PHP

Post by madan koshti »

Thanks for ur help!

But how can I parse .pab format files ? Do u have any such parser ?
madan koshti
Forum Commoner
Posts: 50
Joined: Fri Jun 06, 2008 4:25 am

Re: importing .PAB (outlook) file into the database using PHP

Post by madan koshti »

How can I read .WAB file(address book )files using PHP?
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: importing .PAB (outlook) file into the database using PHP

Post by requinix »

madan koshti wrote:Thanks for ur help!
But how can I parse .pab format files ? Do u have any such parser ?
madan koshti wrote:How can I read .WAB file(address book )files using PHP?
Maybe you didn't hear him the first time?
onion2k wrote:You'll need to write something to parse .pab format files. I spent a couple of minutes Googling for a format specification and turned up nothing, so you'll probably need to reverse engineer it. That's going to be very tricky.
Post Reply