<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "count total of  messages and comment !"]]></title>
		<link>https://proxy2.de/forum/posts/list/5.php</link>
		<description><![CDATA[Latest messages posted in the topic "count total of  messages and comment !"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>count total of  messages and comment !</title>
				<description><![CDATA[ Does somebody know how i can  count the total of  Messages and Comments..<br /> <br /> Now it only counts the massages and i want to count te total of both.  <img src="https://proxy2.de/forum//images/smilies/b2eb59423fbf5fa39342041237025880.gif"  />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7316/24755.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7316/24755.php</link>
				<pubDate><![CDATA[Wed, 24 Jun 2009 14:16:08]]> GMT</pubDate>
				<author><![CDATA[ Aapie23]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ It's possible but why ?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7316/24756.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7316/24756.php</link>
				<pubDate><![CDATA[Wed, 24 Jun 2009 16:08:59]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Because i am using the comments as a quote on the message, more like a forum. I have found the line that counts.. but i cant find a way to count the data and the com query together as a total]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7316/24757.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7316/24757.php</link>
				<pubDate><![CDATA[Wed, 24 Jun 2009 17:27:47]]> GMT</pubDate>
				<author><![CDATA[ Aapie23]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [b]UNTESTED[/b]<br /> <br /> Open gb.class.php<br /> <br /> Find<br /> <br /> [code]        $this-&gt;total = 0;[/code]<br /> <br /> Replace with<br /> [code]        $this-&gt;total = 0;<br />         $this-&gt;totalcom = 0;[/code]<br /> <br /> Find<br /> <br /> [code]        $this-&gt;db-&gt;fetch_array&#40;$this-&gt;db-&gt;query&#40;&quot;select count&#40;*&#41; as total from &quot;.$this-&gt;db-&gt;table&#91;'data'&#93;&#41;&#41;;<br />         $this-&gt;total = $this-&gt;db-&gt;record&#91;&quot;total&quot;&#93;;[/code]<br /> <br /> Replace with<br /> <br /> [code]        $this-&gt;db-&gt;fetch_array&#40;$this-&gt;db-&gt;query&#40;'select count&#40;*&#41; as total from '.$this-&gt;db-&gt;table&#91;'data'&#93;&#41;&#41;;<br />         $this-&gt;total = $this-&gt;db-&gt;record&#91;'total'&#93;;<br />         $this-&gt;db-&gt;fetch_array&#40;$this-&gt;db-&gt;query&#40;'select count&#40;*&#41; as total from '.$this-&gt;db-&gt;table&#91;'com'&#93;&#41;&#41;;<br />         $this-&gt;totalcom = $this-&gt;db-&gt;record&#91;'total'&#93;;[/code]<br /> <br /> Find<br /> <br /> [code]        $TPL&#91;'GB_TOTAL'&#93; = $this-&gt;total;[/code]<br /> <br /> Replace with<br /> <br /> [code]        $TPL&#91;'GB_TOTAL'&#93; = $this-&gt;total + $this-&gt;totalcom;[/code]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7316/24758.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7316/24758.php</link>
				<pubDate><![CDATA[Wed, 24 Jun 2009 17:39:48]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thank you very much !!  It works !!!  <img src="https://proxy2.de/forum//images/smilies/ed515dbff23a0ee3241dcc0a601c9ed6.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/7316/24759.php</guid>
				<link>https://proxy2.de/forum/posts/preList/7316/24759.php</link>
				<pubDate><![CDATA[Wed, 24 Jun 2009 18:40:21]]> GMT</pubDate>
				<author><![CDATA[ Aapie23]]></author>
			</item>
	</channel>
</rss>