<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Transit Network</title>
	<atom:link href="http://www.transit-network.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.transit-network.com</link>
	<description>We are web development</description>
	<pubDate>Mon, 01 Dec 2008 11:12:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>The extreme basics of php sessions</title>
		<link>http://www.transit-network.com/2008/11/18/the-extreme-basics-of-php-sessions/</link>
		<comments>http://www.transit-network.com/2008/11/18/the-extreme-basics-of-php-sessions/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 13:40:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[php]]></category>

		<category><![CDATA[sessions]]></category>

		<guid isPermaLink="false">http://www.transit-network.com/?p=21</guid>
		<description><![CDATA[Sessions are a wonderful thing, but they can be quite confusing to beginners.
Let&#8217;s say you want to get some input from your visitor and then store in in session variables, here&#8217;s the code:
&#60;?
session_start();
if ($_POST['field_that_was_posted']) {
session_unregister(&#8221;session_field_name&#8221;);
$session_field_name = $_POST['field_that_was_posted'];
session_register(&#8221;session_field_name &#8220;);
}
?&#62;
now you can call your session variable by using this string
&#60;? echo $_SESSION['session_field_name']; ?&#62;
just make sure you have [...]]]></description>
			<content:encoded><![CDATA[<p>Sessions are a wonderful thing, but they can be quite confusing to beginners.</p>
<p>Let&#8217;s say you want to get some input from your visitor and then store in in session variables, here&#8217;s the code:</p>
<p><code>&lt;?<br />
session_start();<br />
if ($_POST['field_that_was_posted']) {<br />
session_unregister(&#8221;session_field_name&#8221;);<br />
$session_field_name = $_POST['field_that_was_posted'];<br />
session_register(&#8221;session_field_name &#8220;);<br />
}<br />
?&gt;</code></p>
<p>now you can call your session variable by using this string</p>
<p><code>&lt;? echo $_SESSION['session_field_name']; ?&gt;</code></p>
<p>just make sure you have <code>session_start();</code> stacked on top of all the calls.</p>
<p>When you want to kill the session just call <code>session_destroy();</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.transit-network.com/2008/11/18/the-extreme-basics-of-php-sessions/feed/</wfw:commentRss>
		</item>
		<item>
		<title>DentistrySource.ca</title>
		<link>http://www.transit-network.com/2008/11/18/dentistrysource/</link>
		<comments>http://www.transit-network.com/2008/11/18/dentistrysource/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 12:20:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Our Sites]]></category>

		<category><![CDATA[dentist directory]]></category>

		<category><![CDATA[dentists]]></category>

		<guid isPermaLink="false">http://www.transit-network.com/?p=13</guid>
		<description><![CDATA[Our founder Jordan Harding recently became co-owner of Source Networks Inc.
Source Networks is an online network of health related web sites.
The first web site that has been published is Dentistry Source, a national directory of over 20,000 dentists. 
http://www.dentistrysource.ca
]]></description>
			<content:encoded><![CDATA[<p>Our founder Jordan Harding recently became co-owner of Source Networks Inc.</p>
<p>Source Networks is an online network of health related web sites.</p>
<p>The first web site that has been published is Dentistry Source, a national directory of over 20,000 dentists. </p>
<p><a href="http://www.dentistrysource.ca" target="_blank">http://www.dentistrysource.ca</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.transit-network.com/2008/11/18/dentistrysource/feed/</wfw:commentRss>
		</item>
		<item>
		<title>MenuMap.ca</title>
		<link>http://www.transit-network.com/2008/11/18/menumapca/</link>
		<comments>http://www.transit-network.com/2008/11/18/menumapca/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 11:49:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Our Sites]]></category>

		<category><![CDATA[delivery]]></category>

		<category><![CDATA[menus]]></category>

		<category><![CDATA[online ordering]]></category>

		<category><![CDATA[takeout]]></category>

		<guid isPermaLink="false">http://www.transit-network.com/?p=7</guid>
		<description><![CDATA[MenuMap is a restaurant menu directory, allowing the visitor to find the actual menus of restaurants in their area that offer takeout or delivery. Visitors can enter their postal code to find out which restaurants are closest to them. Menu Map was founded in March of 2006, making us the first with this groundbreaking idea.
]]></description>
			<content:encoded><![CDATA[<p>MenuMap is a restaurant menu directory, allowing the visitor to find the actual menus of restaurants in their area that offer takeout or delivery. Visitors can enter their postal code to find out which restaurants are closest to them. Menu Map was founded in March of 2006, making us the first with this groundbreaking idea.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.transit-network.com/2008/11/18/menumapca/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FileCart.com</title>
		<link>http://www.transit-network.com/2008/11/18/filecartcom/</link>
		<comments>http://www.transit-network.com/2008/11/18/filecartcom/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 11:48:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Our Sites]]></category>

		<category><![CDATA[demos]]></category>

		<category><![CDATA[downloads]]></category>

		<category><![CDATA[filecart]]></category>

		<category><![CDATA[freeware]]></category>

		<category><![CDATA[shareware]]></category>

		<guid isPermaLink="false">http://www.transit-network.com/?p=5</guid>
		<description><![CDATA[File Cart is a veteran download site that receives over 25,000 unique visitors daily. We have been in the download site business since 1994, our first commercial download site was File Transit at filetransit.com. Our mission as download site builders and owners are to provide independent software companies with the exposure their products deserve.
]]></description>
			<content:encoded><![CDATA[<p>File Cart is a veteran download site that receives over 25,000 unique visitors daily. We have been in the download site business since 1994, our first commercial download site was File Transit at filetransit.com. Our mission as download site builders and owners are to provide independent software companies with the exposure their products deserve.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.transit-network.com/2008/11/18/filecartcom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Nightlife.ca</title>
		<link>http://www.transit-network.com/2008/11/18/nightlifeca/</link>
		<comments>http://www.transit-network.com/2008/11/18/nightlifeca/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 11:47:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Our Sites]]></category>

		<category><![CDATA[nightlife]]></category>

		<guid isPermaLink="false">http://www.transit-network.com/?p=3</guid>
		<description><![CDATA[Nightlife Canada was acquired in 2006, our goal for this site is to provide our nation with a very useful nightlife directory. If you want to know what salsa club is best on a thursday night in Ottawa or Vancouver, we can tell you. The site is still under development but is already receiving over [...]]]></description>
			<content:encoded><![CDATA[<p>Nightlife Canada was acquired in 2006, our goal for this site is to provide our nation with a very useful nightlife directory. If you want to know what salsa club is best on a thursday night in Ottawa or Vancouver, we can tell you. The site is still under development but is already receiving over 5,000 pageviews daily.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.transit-network.com/2008/11/18/nightlifeca/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
