<?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>Kommentare zu: TinyURLs mit PHP erstellen</title>
	<atom:link href="http://xfragger.de/121/tinyurls-mit-php-erstellen/feed" rel="self" type="application/rss+xml" />
	<link>http://xfragger.de/121/tinyurls-mit-php-erstellen</link>
	<description>Meine Erfahrungen in der Webentwicklerwelt</description>
	<lastBuildDate>Sun, 29 Aug 2010 08:26:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Von: Michael</title>
		<link>http://xfragger.de/121/tinyurls-mit-php-erstellen#comment-25</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 03 Mar 2009 19:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xfragger.de/?p=121#comment-25</guid>
		<description>thx, was a typo =)</description>
		<content:encoded><![CDATA[<p>thx, was a typo =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: srinivas</title>
		<link>http://xfragger.de/121/tinyurls-mit-php-erstellen#comment-24</link>
		<dc:creator>srinivas</dc:creator>
		<pubDate>Wed, 21 Jan 2009 10:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xfragger.de/?p=121#comment-24</guid>
		<description>It&#039;s working but Change like this

$tiny = file_get_contents(&quot;http://tinyurl.com/api-create.php?url=$url&quot;);</description>
		<content:encoded><![CDATA[<p>It&#8217;s working but Change like this</p>
<p>$tiny = file_get_contents(&#8220;http://tinyurl.com/api-create.php?url=$url&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Michael</title>
		<link>http://xfragger.de/121/tinyurls-mit-php-erstellen#comment-23</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Thu, 01 Jan 2009 18:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xfragger.de/?p=121#comment-23</guid>
		<description>hmm, jetzt wo du es sagst, schon lange nicht mehr mit normalen Webhostern gearbeitet.
Eine andere Möglichkeit wäre diese (ungetestet, trockenprogrammiert):

$tiny = file-get-contents(&quot;http://tinyurl.com/api-create.php?url=$url&quot;);

geht allerdings auch nur, wenn allow_url_fopen in der php.ini true ist, bin mir nicht sicher, ob das oft so ist. Die letzte Möglichkeit wäre dann noch über sockets zu gehen. Falls erwünscht, kann ich hier auch noch ein Beispiel posten.</description>
		<content:encoded><![CDATA[<p>hmm, jetzt wo du es sagst, schon lange nicht mehr mit normalen Webhostern gearbeitet.<br />
Eine andere Möglichkeit wäre diese (ungetestet, trockenprogrammiert):</p>
<p>$tiny = file-get-contents(&#8220;http://tinyurl.com/api-create.php?url=$url&#8221;);</p>
<p>geht allerdings auch nur, wenn allow_url_fopen in der php.ini true ist, bin mir nicht sicher, ob das oft so ist. Die letzte Möglichkeit wäre dann noch über sockets zu gehen. Falls erwünscht, kann ich hier auch noch ein Beispiel posten.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Michael P.</title>
		<link>http://xfragger.de/121/tinyurls-mit-php-erstellen#comment-22</link>
		<dc:creator>Michael P.</dc:creator>
		<pubDate>Thu, 01 Jan 2009 18:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xfragger.de/?p=121#comment-22</guid>
		<description>is ja cool :o

nur leider muss curl aktiviert sein, was nicht immer der fall ist...</description>
		<content:encoded><![CDATA[<p>is ja cool <img src='http://xfragger.de/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> </p>
<p>nur leider muss curl aktiviert sein, was nicht immer der fall ist&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
