<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Peter&#039;s Useful Crap - Topic: Team Registration Number</title>
	<link>http://www.theblog.ca/peter-forum/peters-sports-league-standings/team-registration-number</link>
	<description><![CDATA[Useful tips on Canada, cell phones, banking, technology, WordPress, PHP and more]]></description>
	<generator>Simple:Press Version 5.5.1</generator>
	<atom:link href="http://www.theblog.ca/peter-forum/peters-sports-league-standings/team-registration-number/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>Peter on Team Registration Number</title>
        	<link>http://www.theblog.ca/peter-forum/peters-sports-league-standings/team-registration-number#p1230</link>
        	<category>Peter's Sports League Standings</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-sports-league-standings/team-registration-number#p1230</guid>
        	        	<description><![CDATA[<p>Hi David,</p>
<p>I’m not completely sure what you are trying to do.  From what I gather, you have successfully added the extra field for the registration number.  Then, outside of the sports standings application, you have another database table (different table but same database) that contains information based on the registration number?  If so, you need a query similar to this to get at the extra information you want?</p>
<p><input type="button" class="sfcodeselect" name="sfselectit9029" value="Select Code" onclick="spjSelectCode('sfcode9029');" /></p>
<div class="sfcode" id="sfcode9029">
SELECT othertable.fieldyouwant<br />
            FROM othertable<br />
            LEFT JOIN sportsdb_masterteams ON sportsdb_masterteams.regnumber = othertable.regnumber<br />
            WHERE sportsdb_masterteams.masterteamid = $masterteamid
</div>
]]></description>
        	        	<pubDate>Sat, 28 Feb 2009 14:33:47 +0000</pubDate>
        </item>
        <item>
        	<title>David on Team Registration Number</title>
        	<link>http://www.theblog.ca/peter-forum/peters-sports-league-standings/team-registration-number#p1226</link>
        	<category>Peter's Sports League Standings</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-sports-league-standings/team-registration-number#p1226</guid>
        	        	<description><![CDATA[<p>I actually learned something today.  </p>
<p>I figured out how to have to change the masterteam.php and editmasterteam.php to ask for the USSSA Reg # and to have it added to the database right along with showing it on the Manage Master Teams page.</p>
<p>Now I am at the point of needing help.     If I add a Reg # in and it is already in the database how do I have it tell me that it is there and what team name it is associated to?</p>
<p>Please help..</p>
]]></description>
        	        	<pubDate>Fri, 27 Feb 2009 13:31:52 +0000</pubDate>
        </item>
        <item>
        	<title>David on Team Registration Number</title>
        	<link>http://www.theblog.ca/peter-forum/peters-sports-league-standings/team-registration-number#p1225</link>
        	<category>Peter's Sports League Standings</category>
        	<guid isPermaLink="true">http://www.theblog.ca/peter-forum/peters-sports-league-standings/team-registration-number#p1225</guid>
        	        	<description><![CDATA[<p>Peter,</p>
<p>I am the webmaster for a USSSA Softball League <a href="http://www.irvingsoftball.com" target="_blank">http://www.irvingsoftball.com</a> and we need to to have the teams USSSA registration number added to the team info when we add them to the database.  And then when a user clicks on Team History then it will look up the registration number and pull the team history off of that instead of the team name.</p>
<p>How hard would that be to have that added maybe for the next revision.??  Or is there a way to do it now?</p>
]]></description>
        	        	<pubDate>Fri, 27 Feb 2009 10:25:25 +0000</pubDate>
        </item>
</channel>
</rss>