php - Vcard file can get a data from a link? -
question example in normaly vcard file directory "vcard2.vcf" vcard file can link "www.egg/vcard3.vcf." ?
you can fetch url well:
file_get_contents('http://url-to-your-vcard-file.vcf')
question example in normaly vcard file directory "vcard2.vcf" vcard file can link "www.egg/vcard3.vcf." ?
you can fetch url well:
file_get_contents('http://url-to-your-vcard-file.vcf')
Comments
Post a Comment