Export data record to .VCF from PHP

Hello there,

I want to export the data to .VCF after i saved my data in my mysql database. Does anyone have idea about it. It would be appreciable to share with me.

With Regards
Raju Gautam

If you are talking about vCards, there are quite a few classes written in PHP that allow you to create vCard files.
http://www.phpclasses.org/browse/file/2963.html
http://www.devscripts.com/scripts/1505/PHP_vCard_class/index.html

Thank you kailash. I have already found while going through the google and downloaded the classes from those sites. But i just wanted to know whether any such more easier functions in PHP to export into .vcf. Actually i dont even know about what does the vCards format files look like.

thanx anyway.

Well, those classes aren’t very difficult either. Try to use them first. If you do not know anything about vCards, this wikipedia entry might help clear things up.