<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>PHP Tutorials Code Snippets and Php Tips</title>
	<link>http://readytousesolutions.com/phpblog</link>
	<description>PHP tutorials - Examples of the most useful scripts</description>
	<lastBuildDate>Thu, 23 Sep 2010 06:54:31 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Video Corsi Maya e zBrush – Effetti Speciali</title>
		<description><![CDATA[This post is pretty out of the line with respect to this blog’s contents, but as you can see this php blog hasn’t been updated for a while. It will come back, and it will boost some pretty strong new &#8230; <a href="http://readytousesolutions.com/phpblog/video-corsi-maya-e-zbrush-effetti-speciali/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://readytousesolutions.com/phpblog/video-corsi-maya-e-zbrush-effetti-speciali/</link>
			</item>
	<item>
		<title>Flatfile PHP simple CMS tutorial Part 2 the code</title>
		<description><![CDATA[This is part two of our simple CMS or blog in flatfile format. We’ll see how to structure the flat file, and the code needed to read it in. This code is not optimized, so it’s easier to understand. As &#8230; <a href="http://readytousesolutions.com/phpblog/flatfile-php-cms-tutorial-part-2-the-code/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://readytousesolutions.com/phpblog/flatfile-php-cms-tutorial-part-2-the-code/</link>
			</item>
	<item>
		<title>Simple Flat File PHP CMS or Blog</title>
		<description><![CDATA[In this and the next few posts, we’ll see how to create a simple flat file blog or CMS in PHP. I mean a really simple one, useful when you have just a few pages to manage, and installing WordPress &#8230; <a href="http://readytousesolutions.com/phpblog/simple-flat-file-php-cms-or-blog/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://readytousesolutions.com/phpblog/simple-flat-file-php-cms-or-blog/</link>
			</item>
	<item>
		<title>PHP Mini Sites CMS</title>
		<description><![CDATA[In this fourth post we’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]; } &#8230; <a href="http://readytousesolutions.com/phpblog/php-mini-sites-cms/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://readytousesolutions.com/phpblog/php-mini-sites-cms/</link>
			</item>
	<item>
		<title>PHP Tutorial : Validate email address &#8211; simple way with filter_var() function</title>
		<description><![CDATA[While browsing php.net without any scope I discovered a very cute &#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 : &#60;?php $email &#8230; <a href="http://readytousesolutions.com/phpblog/php-tutorial-validate-email-address-simple-way-with-filter_var-function/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://readytousesolutions.com/phpblog/php-tutorial-validate-email-address-simple-way-with-filter_var-function/</link>
			</item>
	<item>
		<title>PHP Tutorials : Rename a mysql table</title>
		<description><![CDATA[If you want to rename a mysql table via php you just need an extremely simple query like the one it&#8217;s following: &#60;?php //include db credentials mysql_query("rename table TheOldName to TheNewName"); ?&#62;]]></description>
		<link>http://readytousesolutions.com/phpblog/php-tutorials-rename-a-mysql-table/</link>
			</item>
	<item>
		<title>Seo Tips &amp; Tricks : Get indexed in google very fast</title>
		<description><![CDATA[I&#8217;ve heard this question too many times to stay without telling this amazing unique seo trick / tip. You may know that doing social bookmarking, forum posting, getting an article to a popular blog, etc. will help getting indexed faster &#8230; <a href="http://readytousesolutions.com/phpblog/seo-tips-tricks-get-indexed-in-google-very-fast/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://readytousesolutions.com/phpblog/seo-tips-tricks-get-indexed-in-google-very-fast/</link>
			</item>
	<item>
		<title>PHP Tutorial : Write text and convert into image</title>
		<description><![CDATA[The base usage in my mind when I write this tutorial to convert text into image with php is to write email into images dinamically to avoid spammers collecting such addresses from the internet. To run such a script you &#8230; <a href="http://readytousesolutions.com/phpblog/php-tutorial-write-text-and-convert-into-image/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://readytousesolutions.com/phpblog/php-tutorial-write-text-and-convert-into-image/</link>
			</item>
	<item>
		<title>PHP Tutorial : Get Browser Name &amp; It&#8217;s Capabilities</title>
		<description><![CDATA[To get browser name just use next thing : &#60;?php print $_SERVER['HTTP_USER_AGENT']; ?&#62; And for all the features of browser user : &#60;?php print_r(get_browser(null, true));//null for user agent &#038;amp; true to return array ?&#62;]]></description>
		<link>http://readytousesolutions.com/phpblog/php-tutorial-get-browser-name-its-capabilities/</link>
			</item>
	<item>
		<title>Ventrilo Server Hosting</title>
		<description><![CDATA[Ventrilo is a voice over IP program that allows multiple people to communicate with each other over an internet connection. You have a choice of audio codecs like Speex and GSM, Ventrilo is based on the client-server model, the client &#8230; <a href="http://readytousesolutions.com/phpblog/ventrilo-server-hosting/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<link>http://readytousesolutions.com/phpblog/ventrilo-server-hosting/</link>
			</item>
</channel>
</rss>

