oe address book to mysql
am 20.01.2006 12:25:47 von Lal
Friends,
I have a large Outlook Express Addressbook database. Is it possible to
convert this OE addresses to MySQL database? I would like to then use
the MySQL database with PHP and then make it accessible through a
website. I would be glad if anybody can help. Or send me suggestions!
Thank you!
Lal
Re: oe address book to mysql
am 20.01.2006 14:07:04 von Hans Worst
"Lal" schreef in bericht
news:1137756347.310693.27410@g49g2000cwa.googlegroups.com...
> Friends,
>
> I have a large Outlook Express Addressbook database. Is it possible to
> convert this OE addresses to MySQL database? I would like to then use
> the MySQL database with PHP and then make it accessible through a
> website. I would be glad if anybody can help. Or send me suggestions!
I would do a export (file - export - export addressbook - comma seperated)
Look to the file structure, and make a simple import function in php
I guess it will do the job in - say - arround 10 lines of code?