<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IM Blog &#187; PHP</title>
	<atom:link href="http://www.im-blog.info/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.im-blog.info</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 15 Sep 2011 01:48:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Must read blogs</title>
		<link>http://www.im-blog.info/2007/09/must-read-blogs/</link>
		<comments>http://www.im-blog.info/2007/09/must-read-blogs/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 14:03:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Earn with AdSense]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://im-blog.info/2007/09/29/must-read-blogs/</guid>
		<description><![CDATA[Today I&#8217;ll write about some blogs which are full of quality articles for webmasters. NetBusinessBlog.com NBB was started in Januar 2007. In May 2007 it was sold for 50 000$. Monthly profit is about 1500$ and believe me, they know how to earn online. John Chow Online marketing guru John Chow earn unbelieveable big amounts [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;ll write about some blogs which are full of quality articles for webmasters.</p>
<p><a href="http://www.netbusinessblog.com"><br />
NetBusinessBlog.com</a><br />
NBB was started in Januar 2007. In May 2007 it was sold for 50 000$. Monthly profit is about 1500$ and believe me, they know how to earn online.</p>
<p><a href="http://www.johnchow.com">John Chow</a><br />
Online marketing guru John Chow earn unbelieveable big amounts of money online and he share tips and trick with us. Read blog, there are many contests, where you can win Microsoft Zune&#8230;</p>
<p><a href="http://www.problogger.net">ProBlogger.net</a><br />
Darren Rowse is a full-time blogger and owner of b5media(company, which publishe and market blogs). I like his tips.</p>
<p><a href="http://www.dailyblogtips.com/">Daily blog tips</a><br />
Another blog with articles about blogging. It helps you make your blog better, more popular&#8230;</p>
<p><a href="http://www.doshdosh.com/">DoshDosh.com</a><br />
Blog full of long and quality articles how to earn money online. Great design with touch of anime.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.im-blog.info/2007/09/must-read-blogs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dynamic Website (how to make one)</title>
		<link>http://www.im-blog.info/2007/01/dynamic-website-how-to-make-one/</link>
		<comments>http://www.im-blog.info/2007/01/dynamic-website-how-to-make-one/#comments</comments>
		<pubDate>Mon, 15 Jan 2007 21:41:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://im-blog.info/2007/01/15/dynamic-website-how-to-make-one/</guid>
		<description><![CDATA[It is very simple to make a dynamic website, but your host has to support PHP. Add this code where you want your sub-sites to appear: PS. The index file has to be index.php ! Make a default.php file that will appear when someone visits a first page.If you want to make a link to [...]]]></description>
			<content:encoded><![CDATA[<p>It is very simple to make a dynamic website, but your host has to support PHP.<br />
Add this code where you want your sub-sites to appear:<br />
PS. The index file has to be index.php !</p>
<p><em><?<br />
if (isset($_GET['site']))<br />
{<br />
include $_GET['site']."php";<br />
}<br />
else<br />
{<br />
include "default.php";<br />
}<br />
?></p>
<p></em>Make a default.php file that will appear when someone visits a first page.If you want to make a link to a let say about me simply make it like this:<br />
<a xhref="?site=about_me">About me</a><br />
And add a site about_me.php in same directory as index is <img src='http://www.im-blog.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Of course having a dynamic websites and addresses like index.php?bvlajsdflkj=asdfjl&#038;alsdkfj=adskfja234 is not really SEO friendly <img src='http://www.im-blog.info/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
That is why I will soon show you how to use a rewrite <img src='http://www.im-blog.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.im-blog.info/2007/01/dynamic-website-how-to-make-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

