Page 1 of 1
importing .PAB (outlook) file into the database using PHP
Posted: Mon Nov 03, 2008 4:36 am
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!
Re: importing .PAB (outlook) file into the database using PHP
Posted: Mon Nov 03, 2008 5:01 am
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.
Re: importing .PAB (outlook) file into the database using PHP
Posted: Mon Nov 03, 2008 5:17 am
by madan koshti
Thanks for ur help!
But how can I parse .pab format files ? Do u have any such parser ?
Re: importing .PAB (outlook) file into the database using PHP
Posted: Tue Nov 04, 2008 12:39 am
by madan koshti
How can I read .WAB file(address book )files using PHP?
Re: importing .PAB (outlook) file into the database using PHP
Posted: Tue Nov 04, 2008 12:55 am
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.