<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>PHP Tutorials and code</title>
	
	<link>http://readytousesolutions.com/phpblog</link>
	<description>PHP tutorials - Examples of the most useful scripts</description>
	<lastBuildDate>Thu, 05 Nov 2009 10:06:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/crivionweb/kRHa" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>PHP Mini Sites Cms: template system and rewrite rules</title>
		<link>http://feedproxy.google.com/~r/crivionweb/kRHa/~3/NV1zr2heco0/</link>
		<comments>http://readytousesolutions.com/phpblog/php-mini-sites-cms-templat/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 12:58:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Complete Scripts]]></category>
		<category><![CDATA[flat file blog]]></category>
		<category><![CDATA[flatfile cms]]></category>
		<category><![CDATA[php tutorial]]></category>
		<category><![CDATA[simple php cms]]></category>

		<guid isPermaLink="false">http://readytousesolutions.com/phpblog/?p=417</guid>
		<description>In this fourth post we&amp;#8217;ll have to actually do something useful with our code. Simply add the following at the end of the previous script.


if($found)
{// set up variables with content
 $title=$items[0];
 $url=$items[1];
 $post=$items[2];
 $tags=$items[3];
 $description=$items[4];
 $author=$items[5];
 $date=$items[6];
}

else

{ // if we get here there was a 404 error either for malformed url or because we couldn't [...]&lt;img src="http://feeds.feedburner.com/~r/crivionweb/kRHa/~4/NV1zr2heco0" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://readytousesolutions.com/phpblog/php-mini-sites-cms-templat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://readytousesolutions.com/phpblog/php-mini-sites-cms-templat/</feedburner:origLink></item>
		<item>
		<title>Hostgator Coupon September October 2009</title>
		<link>http://feedproxy.google.com/~r/crivionweb/kRHa/~3/e_NAMf1R3HQ/</link>
		<comments>http://readytousesolutions.com/phpblog/hostgator-coupon-september-october-2009/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 21:50:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[It Stuff]]></category>

		<guid isPermaLink="false">http://readytousesolutions.com/phpblog/?p=408</guid>
		<description>Are you looking for an Hostgator Coupon code? If so, act right now as I don&amp;#8217;t know how long this offer will be available. Enter &amp;#8216;autumn&amp;#8217; without quotes in the Coupon Code field to get 20% off your hosting plan. As of today (september 2009, but should be okay for october as well) it works, [...]&lt;img src="http://feeds.feedburner.com/~r/crivionweb/kRHa/~4/e_NAMf1R3HQ" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://readytousesolutions.com/phpblog/hostgator-coupon-september-october-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://readytousesolutions.com/phpblog/hostgator-coupon-september-october-2009/</feedburner:origLink></item>
		<item>
		<title>Remove item from array remove null values</title>
		<link>http://feedproxy.google.com/~r/crivionweb/kRHa/~3/ziOT2BVxfcA/</link>
		<comments>http://readytousesolutions.com/phpblog/remove-item-from-array-remove-null-values/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 14:27:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Basic PHP]]></category>
		<category><![CDATA[php array]]></category>
		<category><![CDATA[php array values]]></category>
		<category><![CDATA[php optimization]]></category>
		<category><![CDATA[php performance]]></category>

		<guid isPermaLink="false">http://readytousesolutions.com/phpblog/?p=392</guid>
		<description>Say we want to drop a value from an array, this is simple: just unset it!

unset($myarray[13]);

Sometimes however we may want to perform some more complex clean ups. Such as if we have just exploded an URL for url rewriting, and want to get rid of the null array items placed where the slashes were.
First approach [...]&lt;img src="http://feeds.feedburner.com/~r/crivionweb/kRHa/~4/ziOT2BVxfcA" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://readytousesolutions.com/phpblog/remove-item-from-array-remove-null-values/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://readytousesolutions.com/phpblog/remove-item-from-array-remove-null-values/</feedburner:origLink></item>
		<item>
		<title>Simple Flat File CMS in PHP – Part 3</title>
		<link>http://feedproxy.google.com/~r/crivionweb/kRHa/~3/9qL8dPeWUcc/</link>
		<comments>http://readytousesolutions.com/phpblog/simple-flat-file-cms-in-php-part-3/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 08:07:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Complete Scripts]]></category>
		<category><![CDATA[flat file blog]]></category>
		<category><![CDATA[flatfile cms]]></category>
		<category><![CDATA[php tutorial]]></category>
		<category><![CDATA[seo urls]]></category>
		<category><![CDATA[simple php cms]]></category>

		<guid isPermaLink="false">http://readytousesolutions.com/phpblog/?p=387</guid>
		<description>In this third post, we&amp;#8217;ll have to actually do something useful with our code. Simply add the following at the end of the previous script.


if($found)
{// set up variables with content
 $title=$items[0];
 $url=$items[1];
 $post=$items[2];
 $tags=$items[3];
 $description=$items[4];
 $author=$items[5];
 $date=$items[6];
}

else

{ // if we get here there was a 404 error either for malformed url or because we couldn't [...]&lt;img src="http://feeds.feedburner.com/~r/crivionweb/kRHa/~4/9qL8dPeWUcc" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://readytousesolutions.com/phpblog/simple-flat-file-cms-in-php-part-3/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://readytousesolutions.com/phpblog/simple-flat-file-cms-in-php-part-3/</feedburner:origLink></item>
		<item>
		<title>Flatfile PHP CMS tutorial – Part 2: the code</title>
		<link>http://feedproxy.google.com/~r/crivionweb/kRHa/~3/NxVaW69PF-8/</link>
		<comments>http://readytousesolutions.com/phpblog/flatfile-php-cms-tutorial-part-2-the-code/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 09:43:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Complete Scripts]]></category>
		<category><![CDATA[flat file blog]]></category>
		<category><![CDATA[flatfile cms]]></category>
		<category><![CDATA[php tutorial]]></category>
		<category><![CDATA[seo urls]]></category>
		<category><![CDATA[simple php cms]]></category>

		<guid isPermaLink="false">http://readytousesolutions.com/phpblog/?p=373</guid>
		<description>Time to define the structure for our flatfile CMS or Blog, and see the PHP code needed to parse it.&lt;img src="http://feeds.feedburner.com/~r/crivionweb/kRHa/~4/NxVaW69PF-8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://readytousesolutions.com/phpblog/flatfile-php-cms-tutorial-part-2-the-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://readytousesolutions.com/phpblog/flatfile-php-cms-tutorial-part-2-the-code/</feedburner:origLink></item>
		<item>
		<title>Flat file PHP CMS or Blog, simple and customizable</title>
		<link>http://feedproxy.google.com/~r/crivionweb/kRHa/~3/URJ5iRW6rL8/</link>
		<comments>http://readytousesolutions.com/phpblog/simple-flat-file-php-cms-or-blog/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 07:01:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Complete Scripts]]></category>
		<category><![CDATA[flat file blog]]></category>
		<category><![CDATA[flatfile cms]]></category>
		<category><![CDATA[seo urls]]></category>
		<category><![CDATA[simple php cms]]></category>

		<guid isPermaLink="false">http://readytousesolutions.com/phpblog/?p=354</guid>
		<description>Need a flatfile CMS or Blog, running low on resources, yet expandable and with support for custom themes and SEO urls? This tutorial series will show you how to quickly build it, with little effort.&lt;img src="http://feeds.feedburner.com/~r/crivionweb/kRHa/~4/URJ5iRW6rL8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://readytousesolutions.com/phpblog/simple-flat-file-php-cms-or-blog/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://readytousesolutions.com/phpblog/simple-flat-file-php-cms-or-blog/</feedburner:origLink></item>
		<item>
		<title>ZEND Optimizer</title>
		<link>http://feedproxy.google.com/~r/crivionweb/kRHa/~3/P2munFGj6bE/</link>
		<comments>http://readytousesolutions.com/phpblog/zend-optimizer/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 07:34:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://readytousesolutions.com/phpblog/?p=350</guid>
		<description>PHP is an interpreted language, this is a quick run down on Interpreters and Compilers.&lt;img src="http://feeds.feedburner.com/~r/crivionweb/kRHa/~4/P2munFGj6bE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://readytousesolutions.com/phpblog/zend-optimizer/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://readytousesolutions.com/phpblog/zend-optimizer/</feedburner:origLink></item>
		<item>
		<title>International characters in PHP</title>
		<link>http://feedproxy.google.com/~r/crivionweb/kRHa/~3/xGEwKP7w-84/</link>
		<comments>http://readytousesolutions.com/phpblog/international-characters-in-php/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 14:30:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Basic PHP]]></category>
		<category><![CDATA[php function]]></category>
		<category><![CDATA[utf8]]></category>

		<guid isPermaLink="false">http://readytousesolutions.com/phpblog/?p=339</guid>
		<description>Your feed displays funky characters? European accents turn into a mess? Properly encoding UTF8 characters is the solution.&lt;img src="http://feeds.feedburner.com/~r/crivionweb/kRHa/~4/xGEwKP7w-84" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://readytousesolutions.com/phpblog/international-characters-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://readytousesolutions.com/phpblog/international-characters-in-php/</feedburner:origLink></item>
		<item>
		<title>PHP Tutorial : Validate email address – simple way with filter_var() function</title>
		<link>http://feedproxy.google.com/~r/crivionweb/kRHa/~3/dHJqTuFM3HE/</link>
		<comments>http://readytousesolutions.com/phpblog/php-tutorial-validate-email-address-simple-way-with-filter_var-function/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 07:39:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Useful PHP]]></category>
		<category><![CDATA[php filter_var() function]]></category>
		<category><![CDATA[php validate email address]]></category>

		<guid isPermaLink="false">http://readytousesolutions.com/phpblog/?p=337</guid>
		<description>While browsing php.net without any scope I discovered a very cute &amp;#38; nice way to replace the usual regular expression email checking thing.
That way is via filter_var() php function which does the things 10 times faster :

&amp;#60;?php
$email = "someone@example.com";

if (!filter_var($email, FILTER_VALIDATE_EMAIL)) {
echo "Invalid email address";
}
?&amp;#62;&lt;img src="http://feeds.feedburner.com/~r/crivionweb/kRHa/~4/dHJqTuFM3HE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://readytousesolutions.com/phpblog/php-tutorial-validate-email-address-simple-way-with-filter_var-function/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://readytousesolutions.com/phpblog/php-tutorial-validate-email-address-simple-way-with-filter_var-function/</feedburner:origLink></item>
		<item>
		<title>PHP Tutorials : Rename a mysql table</title>
		<link>http://feedproxy.google.com/~r/crivionweb/kRHa/~3/pLVFzEtY8Ro/</link>
		<comments>http://readytousesolutions.com/phpblog/php-tutorials-rename-a-mysql-table/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 08:19:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Php & MySQL]]></category>
		<category><![CDATA[mysql rename table]]></category>
		<category><![CDATA[php rename mysql table]]></category>
		<category><![CDATA[rename database table]]></category>
		<category><![CDATA[rename mysql table]]></category>
		<category><![CDATA[rename table]]></category>

		<guid isPermaLink="false">http://readytousesolutions.com/phpblog/?p=335</guid>
		<description>If you want to rename a mysql table via php you just need an extremely simple query like the following one:

&amp;#60;?php
//include db credentials

mysql_query("rename table TheOldName to TheNewName");
?&amp;#62;&lt;img src="http://feeds.feedburner.com/~r/crivionweb/kRHa/~4/pLVFzEtY8Ro" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://readytousesolutions.com/phpblog/php-tutorials-rename-a-mysql-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://readytousesolutions.com/phpblog/php-tutorials-rename-a-mysql-table/</feedburner:origLink></item>
	</channel>
</rss>
