<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.1.3" -->
<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/"
	>

<channel>
	<title>Php MySql Forum Blog</title>
	<link>http://www.phpmysqlforum.com</link>
	<description>Just another WordPress weblog about php and mysql</description>
	<pubDate>Thu, 19 Mar 2009 21:03:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.1.3</generator>
	<language>en</language>
			<item>
		<title>Get Metatags from Website with PHP</title>
		<link>http://www.phpmysqlforum.com/?p=4</link>
		<comments>http://www.phpmysqlforum.com/?p=4#comments</comments>
		<pubDate>Tue, 01 May 2007 06:46:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP]]></category>

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

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

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

		<guid isPermaLink="false">http://www.phpmysqlforum.com/?p=4</guid>
		<description><![CDATA[Today i wanna show you how you can build a little SEO tool for your website.
With that tool you can read the Metatags from a website. Ok, it is not a real SEO tool  but maybe you find this helpfull. Actually the only thing you need is the command get_meta_tags.

&#60;?php
// Assuming the tags are [...]]]></description>
			<content:encoded><![CDATA[<p>Today i wanna show you how you can build a little SEO tool for your website.</p>
<p>With that tool you can read the Metatags from a website. Ok, it is not a real SEO tool <img src='http://www.phpmysqlforum.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> but maybe you find this helpfull. Actually the only thing you need is the command <strong><em>get_meta_tags</em></strong>.</p>
<p><code><br />
&lt;?php<br />
// Assuming the tags are at www.phpmysqlforum.com<br />
$tags = get_meta_tags(&#8217;http://www.phpmysqlforum.com/&#8217;);</p>
<p>echo $tags[&#8217;author&#8217;];       // get the author name<br />
echo $tags[&#8217;keywords&#8217;];     // get the keywords<br />
echo $tags[&#8217;description&#8217;];  // get the descripton of the site<br />
?&gt;<br />
</code></p>
<p>Of cause there are some more parameter you can check.</p>
<p>This will work with php4 and php5.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpmysqlforum.com/?feed=rss2&amp;p=4</wfw:commentRss>
		</item>
		<item>
		<title>About</title>
		<link>http://www.phpmysqlforum.com/?p=2</link>
		<comments>http://www.phpmysqlforum.com/?p=2#comments</comments>
		<pubDate>Sat, 28 Apr 2007 06:49:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.phpmysqlforum.com/?page_id=2</guid>
		<description><![CDATA[This is yet an other WordPress blog about php and mysql. If you find it usefull put a link to it and come back as often you want.
If you don´t find it usefull yet check it regularly until you will find it usefull  or just leave a comment in here so we can make [...]]]></description>
			<content:encoded><![CDATA[<p>This is yet an other WordPress blog about php and mysql. If you find it usefull put a link to it and come back as often you want.</p>
<p>If you don´t find it usefull yet check it regularly until you will find it usefull <img src='http://www.phpmysqlforum.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> or just leave a comment in here so we can make it usefull for you.</p>
<p>This blog is wrtitten an managed by</p>
<p>Jens Dietrich, Dorfstrasse 18, CH-8800 Thalwil</p>
<p>blog (a)  luckorlove.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpmysqlforum.com/?feed=rss2&amp;p=2</wfw:commentRss>
		</item>
		<item>
		<title>Php Mysql Forum Blog</title>
		<link>http://www.phpmysqlforum.com/?p=1</link>
		<comments>http://www.phpmysqlforum.com/?p=1#comments</comments>
		<pubDate>Sat, 28 Apr 2007 06:49:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[PHP MYSQL]]></category>

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

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

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

		<category><![CDATA[Php MySql Forum]]></category>

		<guid isPermaLink="false">http://www.phpmysqlforum.com/?p=1</guid>
		<description><![CDATA[Dear Friends,
Forum is down but blog is alive. I am sorry that i can�t offer right now a complete forum for php and mysql. But the thing i wanna do is to post some real gems i developed on my on or i found on the web.
Of cause if you have some questions or some [...]]]></description>
			<content:encoded><![CDATA[<p>Dear Friends,</p>
<p>Forum is down but blog is alive. I am sorry that i can�t offer right now a complete forum for php and mysql. But the thing i wanna do is to post some real gems i developed on my on or i found on the web.<br />
Of cause if you have some questions or some proplems you can post them here in the blog. We will see how i or the community can help you.</p>
<p>Best regards</p>
<p>Jens</p>
]]></content:encoded>
			<wfw:commentRss>http://www.phpmysqlforum.com/?feed=rss2&amp;p=1</wfw:commentRss>
		</item>
	</channel>
</rss>
