<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Beware the Google new page &#8220;bump&#8221;</title>
	<atom:link href="http://www.erichickstech.com/2008/11/19/beware-the-google-new-page-bump/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.erichickstech.com/2008/11/19/beware-the-google-new-page-bump/</link>
	<description>Freelance PHP Programmer, Web Developer - Tampa Bay, Florida</description>
	<lastBuildDate>Wed, 26 May 2010 13:32:12 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric</title>
		<link>http://www.erichickstech.com/2008/11/19/beware-the-google-new-page-bump/comment-page-1/#comment-25</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 05 Mar 2009 19:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichickstech.com/?p=68#comment-25</guid>
		<description>PHP and HTML are separate.  So a title tag is HTML.  If I wanted to have PHP spit out a title tag, then it would look like this.
&lt;pre&gt;
echo &#039;&lt;title&gt;Your title here&lt;/title&gt;&#039;;
&lt;/pre&gt;

echo is a command that says spit this out to the browser.  Make sense?</description>
		<content:encoded><![CDATA[<p>PHP and HTML are separate.  So a title tag is HTML.  If I wanted to have PHP spit out a title tag, then it would look like this.</p>
<pre>
echo '&lt;title>Your title here&lt;/title>';
</pre>
<p>echo is a command that says spit this out to the browser.  Make sense?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernard Baker</title>
		<link>http://www.erichickstech.com/2008/11/19/beware-the-google-new-page-bump/comment-page-1/#comment-22</link>
		<dc:creator>Bernard Baker</dc:creator>
		<pubDate>Mon, 02 Feb 2009 19:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichickstech.com/?p=68#comment-22</guid>
		<description>Hello Eric. I love your site. 

I have one quick question. Can you insert HTML into PHP? 

I want to know what a title, a description, a keyword, and an h1 tag would look like for php. 

I haven&#039;t coded in years, but would appreciate your help. Thanks, Bernard</description>
		<content:encoded><![CDATA[<p>Hello Eric. I love your site. </p>
<p>I have one quick question. Can you insert HTML into PHP? </p>
<p>I want to know what a title, a description, a keyword, and an h1 tag would look like for php. </p>
<p>I haven&#8217;t coded in years, but would appreciate your help. Thanks, Bernard</p>
]]></content:encoded>
	</item>
</channel>
</rss>
