<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title>help with for loop? php - Esoteric Chat</title>
	<link href="https://esoteric.chat/9611/help-with-for-loop-php/" rel="alternate"/>
	<subtitle>is totally not admin posting, to make fake activity</subtitle>	<id>https://esoteric.chat/feed/conversation/9611/</id>
	<updated>2025-02-26T22:14:20Z</updated>
	<generator>esoBB</generator>
	<entry>
		<title>Recursivemin</title>
		<link href="https://esoteric.chat/post/42403/" rel="alternate"/>
		<id>https://esoteric.chat/post/42403/</id>
		<updated>2024-08-21T03:20:01Z</updated>
		<author>
			<name>Recursivemin</name>
		</author>
		<content type="html"><![CDATA[<blockquote><p><cite>Adolf Hitler - <a href='https://esoteric.chat/post/42400/' class='postLink'>go to this post</a></cite></p><p>Well, this is not when you should be using them. Here:</p><pre>&lt;?php

$message = &quot;The raids will never stop&quot;;

echo($message);

?&gt;</pre><p>Or better yet:</p><pre>&lt;?php

echo(&quot;The raids will never stop&quot;);

?&gt;</pre></blockquote><p>No.</p>]]></content>
	</entry>
	<entry>
		<title>Adolf Hitler</title>
		<link href="https://esoteric.chat/post/42400/" rel="alternate"/>
		<id>https://esoteric.chat/post/42400/</id>
		<updated>2024-08-21T02:50:58Z</updated>
		<author>
			<name>Adolf Hitler</name>
		</author>
		<content type="html"><![CDATA[<p>Well, this is not when you should be using them. Here:</p><pre>&lt;?php

$message = &quot;The raids will never stop&quot;;

echo($message);

?&gt;</pre><p>Or better yet:</p><pre>&lt;?php

echo(&quot;The raids will never stop&quot;);

?&gt;</pre>]]></content>
	</entry>
	<entry>
		<title>Recursivemin</title>
		<link href="https://esoteric.chat/post/42399/" rel="alternate"/>
		<id>https://esoteric.chat/post/42399/</id>
		<updated>2024-08-21T02:37:16Z</updated>
		<author>
			<name>Recursivemin</name>
		</author>
		<content type="html"><![CDATA[<p>here&#39;s what I got so far:</p><p>&lt;?php</p><p>$message = &quot;The raids will never stop&quot;;</p><p>for (i &lt; 5) {<br/>$characTer =  substr($message,i,1);<br/>if(characTer == &#39;&#92;0&#39;) break;<br/>else {<br/>echo $characTer;<br/>}<br/>}</p><p>return 9;<br/>?&gt;</p>]]></content>
	</entry>
	<entry>
		<title>Recursivemin</title>
		<link href="https://esoteric.chat/post/42398/" rel="alternate"/>
		<id>https://esoteric.chat/post/42398/</id>
		<updated>2024-08-21T02:34:26Z</updated>
		<author>
			<name>Recursivemin</name>
		</author>
		<content type="html"><![CDATA[<p>Need guides on learning how for loops work and when I should be using them… is the main reason why im not learning php.</p>]]></content>
	</entry>
</feed>
