![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Hobbyist Programmer
Join Date: Oct 2004
Location: England, UK
Posts: 139
Rep Power: 0
![]() |
Creating a vCard
Hi,
I have read how to create a vCard using... my $name = "vcard.vcf"; open (VCARD,">$name"); print VCARD "BEGIN:VCARD\n"; print VCARD "VERSION:2.1\n"; print VCARD "N:Hennegar;Anne;;;"; print VCARD "END:VCARD\n"; close (VCARD); My question is how do I have a link on my page that will create a vCard on the fly from the LDAP record queried by a user. I guess I could create the vCard somewhere on the server and then make the link available but how can i delete that vCard file once it is deleted? Sorry for noob questions, if there's something simple I've missed and you feel I should research please point me in the direction. Many thanks ade
__________________
Don't wound what you can't kill |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Creating a RSS Reader | ReggaetonKing | Project Ideas | 0 | Aug 3rd, 2006 8:21 PM |
| Creating algorithms-> talent or experience? | Eric the Red | Other Programming Languages | 9 | Mar 1st, 2006 8:22 PM |
| Trying to setup an anti-cheat system for a game friend and I are creating | Dr.Backtick` | C++ | 14 | Feb 15th, 2006 11:12 PM |
| need guidance : on creating forms and shopping cart | gemini_shooter | HTML / XHTML / CSS | 3 | Oct 19th, 2005 11:27 PM |
| Creating MySQL connection in C# | OpenLoop | C# | 5 | May 28th, 2005 12:46 PM |