<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: vCard PHP</title>
	<atom:link href="http://nslog.com/2004/03/01/vcard_php/feed" rel="self" type="application/rss+xml" />
	<link>http://nslog.com/2004/03/01/vcard_php</link>
	<description>The Weblog of Erik J. Barzeski</description>
	<lastBuildDate>Thu, 11 Mar 2010 14:09:16 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: fisher</title>
		<link>http://nslog.com/2004/03/01/vcard_php#comment-7827</link>
		<dc:creator>fisher</dc:creator>
		<pubDate>Mon, 12 Sep 2005 10:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2004/03/01/vcard_php/#comment-7827</guid>
		<description>where to set register_globe?</description>
		<content:encoded><![CDATA[<p>where to set register_globe?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meg Lee</title>
		<link>http://nslog.com/2004/03/01/vcard_php#comment-7826</link>
		<dc:creator>Meg Lee</dc:creator>
		<pubDate>Thu, 13 Jan 2005 04:01:41 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2004/03/01/vcard_php/#comment-7826</guid>
		<description>It nearly works for me. Instead of getting a .vcf file I get a .dat file. If I save it to my desktop as a vcf then it works. Makes for a lotta work if i get quite a few emails tho... Any idea what&#039;s happening? Do you thin perhaps my server is stripping the file?</description>
		<content:encoded><![CDATA[<p>It nearly works for me. Instead of getting a .vcf file I get a .dat file. If I save it to my desktop as a vcf then it works. Makes for a lotta work if i get quite a few emails tho... Any idea what's happening? Do you thin perhaps my server is stripping the file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monika Munch</title>
		<link>http://nslog.com/2004/03/01/vcard_php#comment-7825</link>
		<dc:creator>Monika Munch</dc:creator>
		<pubDate>Thu, 04 Nov 2004 21:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2004/03/01/vcard_php/#comment-7825</guid>
		<description>Pls forgive me, I&#039;m such a dummy!

I did get the email w/ attached vCard... It was caught up in my spam filter :P



FYI - I&#039;ve noticed that I get an error when importing the vCard into a contact management software. I&#039;ve tried changing the version variable (VERSION:3.0) to VERSION:2.1 and it seems to be working now! Any thoughts on why this error could have occurred? .. what are the differences between vCard vers. 2.1 and 3.0?



Much appreciated :)</description>
		<content:encoded><![CDATA[<p>Pls forgive me, I'm such a dummy!</p>
<p>I did get the email w/ attached vCard... It was caught up in my spam filter <img src='http://nslog.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>FYI - I've noticed that I get an error when importing the vCard into a contact management software. I've tried changing the version variable (VERSION:3.0) to VERSION:2.1 and it seems to be working now! Any thoughts on why this error could have occurred? .. what are the differences between vCard vers. 2.1 and 3.0?</p>
<p>Much appreciated <img src='http://nslog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monika Munch</title>
		<link>http://nslog.com/2004/03/01/vcard_php#comment-7824</link>
		<dc:creator>Monika Munch</dc:creator>
		<pubDate>Thu, 04 Nov 2004 21:24:19 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2004/03/01/vcard_php/#comment-7824</guid>
		<description>Cool, Just the script I&#039;ve been looking for!



I&#039;m a PHP newb.. so pls bare with me :/



Ok, so I&#039;ve managed to get everything working exept that the script doesn&#039;t actually send out an email.

(or at the very least I have&#039;nt revieved one yet) :P



What am I going wrong?</description>
		<content:encoded><![CDATA[<p>Cool, Just the script I've been looking for!</p>
<p>I'm a PHP newb.. so pls bare with me :/</p>
<p>Ok, so I've managed to get everything working exept that the script doesn't actually send out an email.</p>
<p>(or at the very least I have'nt revieved one yet) <img src='http://nslog.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>What am I going wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul J.</title>
		<link>http://nslog.com/2004/03/01/vcard_php#comment-7823</link>
		<dc:creator>Paul J.</dc:creator>
		<pubDate>Tue, 06 Jul 2004 22:13:55 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2004/03/01/vcard_php/#comment-7823</guid>
		<description>Sean,



Try &lt;?php echo $_SERVER[&#039;PHP_SELF&#039;]; ?&gt;. The $PHP_SELF variable does not work on newer versions of PHP in some configurations -- I believe this is when the &#039;register_globals&#039; option is off.</description>
		<content:encoded><![CDATA[<p>Sean,</p>
<p>Try &lt;?php echo $_SERVER['PHP_SELF']; ?&gt;. The $PHP_SELF variable does not work on newer versions of PHP in some configurations -- I believe this is when the 'register_globals' option is off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Alcorn</title>
		<link>http://nslog.com/2004/03/01/vcard_php#comment-7822</link>
		<dc:creator>Sean Alcorn</dc:creator>
		<pubDate>Wed, 16 Jun 2004 11:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2004/03/01/vcard_php/#comment-7822</guid>
		<description>I loaded vCard PHP and get the following error;

http://www.sdalcorn.com/&lt;?=$PHP_SELF;?&gt;

Not Found



The requested URL /&lt; was not found on this server.

Apache/2.0.48 (Unix) DAV/2 PHP/4.3.4 Server at www.sdalcorn.com Port 80</description>
		<content:encoded><![CDATA[<p>I loaded vCard PHP and get the following error;</p>
<p><a  href="http://www.sdalcorn.com/&#038;lt;?=$PHP_SELF;?&#038;gt">http://www.sdalcorn.com/&#038;lt;?=$PHP_SELF;?&#038;gt</a>;</p>
<p>Not Found</p>
<p>The requested URL /&lt; was not found on this server.</p>
<p>Apache/2.0.48 (Unix) DAV/2 PHP/4.3.4 Server at <a  href="http://www.sdalcorn.com">http://www.sdalcorn.com</a> Port 80</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre Laval</title>
		<link>http://nslog.com/2004/03/01/vcard_php#comment-7821</link>
		<dc:creator>Andre Laval</dc:creator>
		<pubDate>Fri, 14 May 2004 14:30:34 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2004/03/01/vcard_php/#comment-7821</guid>
		<description>Comments are good</description>
		<content:encoded><![CDATA[<p>Comments are good</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scripting Excel via PHP &#124; NSLog();</title>
		<link>http://nslog.com/2004/03/01/vcard_php#comment-7828</link>
		<dc:creator>Scripting Excel via PHP &#124; NSLog();</dc:creator>
		<pubDate>Wed, 24 Mar 2004 23:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2004/03/01/vcard_php/#comment-7828</guid>
		<description>Here&#039;s what I need to do daily: Look up data in a MySQL database.Insert that data into an Excel template.Email the Excel template. I can send a .xls file via email, but only the kind you can create by tab-delimiting...
</description>
		<content:encoded><![CDATA[<p>Here's what I need to do daily: Look up data in a MySQL database.Insert that data into an Excel template.Email the Excel template. I can send a .xls file via email, but only the kind you can create by tab-delimiting...</p>
]]></content:encoded>
	</item>
</channel>
</rss>
