<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/7573" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2004-05-31T05:23:32-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/7573</id>

		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2004-05-31T05:23:32-04:00</updated>

		<published>2004-05-31T05:23:32-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36775#p36775</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36775#p36775"/>
		<title type="html"><![CDATA[for loop? while loop? no loop?!?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36775#p36775"><![CDATA[
just use a while loop<br>make it check the returnvalue of the row, and aslong as it is valid the loop keeps going<div class="codebox"><p>Code: </p><pre><code>#something like this =)set rows 0while {$rowreturnvalue != {}} {  incr rows}</code></pre></div><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Mon May 31, 2004 5:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2004-05-30T16:41:14-04:00</updated>

		<published>2004-05-30T16:41:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=36771#p36771</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=36771#p36771"/>
		<title type="html"><![CDATA[for loop? while loop? no loop?!?]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=36771#p36771"><![CDATA[
hey everybody,<br><br>i'm trying to figur out a way to determine how many rows are in a mysql table.<br><br>i figured i can use a for loop, i'm just not sure how to go about it, when using mysql :\<br><br>any insight would be a great help <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by Guest — Sun May 30, 2004 4:41 pm</p><hr />
]]></content>
	</entry>
	</feed>
