<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Pull Mysql For Most Common Locations Entered"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Pull Mysql For Most Common Locations Entered"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Pull Mysql For Most Common Locations Entered</title>
				<description><![CDATA[ ok need help with this. <br /> <br /> so far i have<br /> <br /> open header.php<br /> [code]<br /> $TPL&#91;GB_LOCATION&#93;<br /> [/code]<br /> <br /> put it in header where i wanted to display it<br /> <br /> then opened gb.class.php<br /> <br /> AFTER<br /> [code]<br />  $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;;<br /> [/code]<br /> <br /> I ADDED THIS<br /> [code]<br />   $this-&gt;db-&gt;fetch_array&#40;$this-&gt;db-&gt;query&#40;&quot;SELECT location from book_data WHERE location = Arizona&quot;&#41;&#41;;<br />         $this-&gt;location = $this-&gt;db-&gt;record&#91;&quot;location&quot;&#93;;<br /> <br />        $TPL&#91;'GB_LOCATION'&#93; = $this-&gt;gender;<br /> [/code]<br /> <br /> <br /> Unfortunately, WHERE location = Arizona   ..<br /> <br /> is giving me an mysql error.<br /> <br /> do you know how i can change it to make it work?<br /> <br /> I'm guessing i have to say that arizona is the value somehow and thats what i'm missing. <br /> <br /> Any help would be much appreciated   <br /> <br /> well i might be missing other stuff..<br /> <br /> How would i use that to display the number of people with arizona as their location?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3672/10748.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3672/10748.php</link>
				<pubDate><![CDATA[Fri, 1 Oct 2004 01:55:06]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ meh where you see the gender i actually had it as location *<br /> <br /> <br />  <img src="https://proxy2.de/forum//images/smilies/385970365b8ed7503b4294502a458efa.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3672/10749.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3672/10749.php</link>
				<pubDate><![CDATA[Fri, 1 Oct 2004 01:56:15]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>