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.