Hacker News new | past | comments | ask | show | jobs | submit login

My NFC tag is simply a link to my vcard.... Well, a php file that looks like this:

<?php

header('Content-disposition: attachment; filename=klinquist.vcf');

header('Content-type: text/x-vcard');

readfile('klinquist.vcf');

?>




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: