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!
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 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.