I\'d like to know, how can I realise a Vcard download. That\'s my current code:
$path = \"../../media/resources/\"; $file = \"someName.vcf\"; header(\'C
put exit()
exit()
readfile($path.$file); exit();