vCard Creator Full 0.0.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News vCard Creator Full 0.0.1 (Default branch)
# 1  
Old 05-06-2008
vCard Creator Full 0.0.1 (Default branch)

vCard Creator Full is a PHP class that can be used to generate user contact files in vCard format. It takes as parameter an associative array with the user contact details. The class can generate and store the vCard files or serve them for download.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need a script for HEXA meta creator

Hi All, Need help how I can create a script generate a Meta if have give range. For e.g This is range 4264:4803 around 1440 device i need to built a script to create a meta file if I have input field as below Output format I need. Like that I need 40 meta with the rage of 30 device and... (0 Replies)
Discussion started by: ranjancom2000
0 Replies

2. Shell Programming and Scripting

Fixing corrupted vcard files.

KDE's Kontact PIM breaks quoted-printable vcard files because it linebreaks in the middle of a word. Take this text for example: NOTE;CHARSET=UTF-8;ENCODING=QUOTED-PRINTABLE:=D7=A9=D7=95=D7=A8=D7=94 =D7=A 8=D7=90=D7=A9=D7=95=D7=A0=D7=94.\n=D7=94=D7=A9=D7=95=D7=A8=D7=94 =D7=94=D7= ... (7 Replies)
Discussion started by: dotancohen
7 Replies

3. Solaris

creator 3d / ffbconfig

got creator 3d card in my ultra10 solaris8. old sun monitor. what is best way to setup the ffbconfig?. i set to wrong resolution and messed up the CDE so that i could not read anything. Had to re-install solaris. easy way to get around this?. (6 Replies)
Discussion started by: S26+
6 Replies

4. Solaris

Creator 3D Video Adapter

Hi everyone, it's me the Solaris novice once again. Here's my situation. - I bought a Sun Ultra 10 Creator 3D Workstation and Sony 19" SVGA Monitor package deal. - The system has the Creator 3D Video Adapter installed but I could not use it because the adapter has a 13w3 connection and my... (5 Replies)
Discussion started by: jbarbuto
5 Replies
Login or Register to Ask a Question
VC(3)							   BSD Library Functions Manual 						     VC(3)

NAME
vc_new, vc_delete vc_set_group, vc_set_name, vc_set_param, vc_set_value, vc_link, vc_append_with_name, vc_is_preferred, vc_get_preferred_tel, vc_get_preferred_email, vc_get_group, vc_get_name, vc_get_param, vc_get_value, vc_param_new, vc_param_set_name, vc_param_set_value, vc_param_set_str, vc_param_link, vc_param_get_name, vc_param_get_value, vc_get_next, vc_get_next_by_name, vc_param_get_next, vc_param_get_by_name, vc_param_get_next_by_name, vc_delete, vc_delete_deep, vc_param_delete, vc_param_delete_deep, fprintf_vc_component_param, fprintf_vc_component, fprintf_vcard, parse_vcard_file, count_vcards, get_val_struct_part -- vCard library LIBRARY
vCard library (libvc, -lvc) SYNOPSIS
#include <vc.h> vc_component * vc_new(); void vc_delete(vc_component *vc); vc_component * vc_set_group(vc_component *vc, const char *group); vc_component * vc_set_name(vc_component *vc, const char *name); vc_component * vc_set_param(vc_component *vc, vc_component_param *vc_param); vc_component * vc_set_value(vc_component *vc, const char *value); DESCRIPTION
This is a library for vCard. SEE ALSO
vc_new(3), vc_delete(3) AUTHORS
Andrew Hsu <ahsu@users.sf.net> BUGS
Parsing parameters is not finished yet. BSD
May 11, 2003 BSD