Forum Moderators: coopster

Message Too Old, No Replies

Export contact information to Outlook using PHP

         

physics

11:56 pm on Jan 1, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I have a database with contact information in it and a PHP app where people can view the contacts and need to make a 'export to Outlook' link. I.e. someone clicks that link next to an entry and, ideally, the information would automatically be imported by Outlook. Is this possible or do I need to have it export to CSV and then have people import it? Thanks.

IanKelley

9:45 am on Jan 2, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



CSV is the only option... Unless there's an activeX control I'm unaware of.

coopster

7:27 pm on Jan 2, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



vCard format might be an option. I would also like to believe that the COM [php.net] could be used to complete the task.

mcavic

7:53 pm on Jan 2, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I haven't tried it lately, but I think vCard [google.com] is the way to go.

physics

6:14 pm on Jan 3, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks, I'll check out the vCard idea... will probably use CSV to allow people to download a whole load of contacts at once though.