<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Schnipsel - Code Schnipsel (Snippets) zu Wordpress, PHP, HTML, CSS, jQuery &#187; schleife</title>
	<atom:link href="http://schnipsel.davidhellmann.com/tag/schleife/feed" rel="self" type="application/rss+xml" />
	<link>http://schnipsel.davidhellmann.com</link>
	<description>Code Schnipsel (Snippets) zu Wordpress, PHP, HTML, CSS, jQuery</description>
	<lastBuildDate>Tue, 08 Mar 2011 00:20:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Simple PHP Schleife</title>
		<link>http://schnipsel.davidhellmann.com/php/simple-php-schleife/66</link>
		<comments>http://schnipsel.davidhellmann.com/php/simple-php-schleife/66#comments</comments>
		<pubDate>Thu, 02 Jul 2009 13:20:31 +0000</pubDate>
		<dc:creator>David Hellmann</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[schleife]]></category>

		<guid isPermaLink="false">http://schnipsel.davidhellmann.com/php/simple-php-schleife/66</guid>
		<description><![CDATA[Kann man oft gebrauchen wenn man kleine Sachen schnell &#246;fters darstellen will. 1 2 3 &#60;?php for&#40;$i = 0; $i &#60; 10; $i++&#41; &#123; ?&#62; html code oder sonst was hier &#60;?php &#125; ?&#62;]]></description>
			<content:encoded><![CDATA[<p>
Kann man oft gebrauchen wenn man kleine Sachen schnell &#246;fters darstellen will.
</p>
<span id="more-66"></span>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">for</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$i</span> <span style="color: #339933;">=</span> <span style="color: #cc66cc;">0</span><span style="color: #339933;">;</span> <span style="color: #000088;">$i</span> <span style="color: #339933;">&lt;</span> <span style="color: #cc66cc;">10</span><span style="color: #339933;">;</span> <span style="color: #000088;">$i</span><span style="color: #339933;">++</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>
	html code oder sonst was hier
<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></td></tr></table></div>


]]></content:encoded>
			<wfw:commentRss>http://schnipsel.davidhellmann.com/php/simple-php-schleife/66/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

