<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>The Tech Space</title>
	<link>http://www.thetechspace.com</link>
	<description>php, jquery, flash and resources</description>
	<lastBuildDate>Tue, 08 Nov 2011 08:47:26 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>reCAPTCHA plugin for php codeigniter</title>
		<description><![CDATA[I&#8217;m playing around with codeigniter frameworks these days. One of my client requested to put reCAPTCHA into CI frameworks. So, I have tried to convert from original reCAPTCHA php plug-in to codeigniter library. So, I would like to share this library. I hope it useful for someone. To use this library, you just need to [...]]]></description>
		<link>http://www.thetechspace.com/2011/03/04/recaptcha-plugin-for-php-codeigniter/</link>
			</item>
	<item>
		<title>Difference between php mysql functions mysql_fetch_object(), mysql_fetch_assoc() and mysql_fetch_array()</title>
		<description><![CDATA[Some of my friends are asked me. What&#8217;s difference between php functions mysql_fetch_object(), mysql_fetch_assoc() and mysql_fetch_array()? and how to use it ? If you also don&#8217;t known about it , please have a look example codes below. I think you would understand it. mysql_fetch_object() while ($each= mysql_fetch_object($result)) { echo $each->first_name; echo $each->last_name; } mysql_fetch_assoc() while [...]]]></description>
		<link>http://www.thetechspace.com/2010/12/01/difference-between-php-mysql-functions-mysql_fetch_object-mysql_fetch_assoc-and-mysql_fetch_array/</link>
			</item>
	<item>
		<title>Get Unlimited Parent and Child in PHP</title>
		<description><![CDATA[Well, let me ask you first. Have you already known about recursion? If not, recursion mean reuse function in this function. How is it ? For eg Like function one_function ($var){ one_function(332); } OK , So , how to related with this post title ? I would like to say absolutely related with recursion. Let&#8217;s [...]]]></description>
		<link>http://www.thetechspace.com/2010/05/21/get-unlimited-parent-and-child-in-php/</link>
			</item>
	<item>
		<title>MySQL next and previous record of the current record</title>
		<description><![CDATA[I have thought a lot these days what I should write some tips for beginner. Now, I got it. Have you ever noticed when you visiting and reading on some blogs? You will see previous and next links of current post. I don&#8217;t mean pagination links. If you have seen , have you ever thought [...]]]></description>
		<link>http://www.thetechspace.com/2010/04/07/mysql-next-and-previous-record-of-the-current-record/</link>
			</item>
	<item>
		<title>How to return more than one value or multi value in PHP</title>
		<description><![CDATA[Some of PHP beginners (my friends) always ask me how to return two or more values from function. So , I thought, I may need to write the beginner tip at The Tech Space Blog. If your the advanced PHP programmer, you will say. So easy, It&#8217;s a piece of cake. For beginner, it would [...]]]></description>
		<link>http://www.thetechspace.com/2010/03/28/how-to-return-more-than-one-value-or-multi-value-in-php/</link>
			</item>
	<item>
		<title>WP Plugin: Latest Posts by Category Archive</title>
		<description><![CDATA[I have found one plugin for one of my client project . That is latest posts by category. I thought someone would be looking for that kind of plug in like me. That plug in can show posts from categories. Posts can be limit how many post what you would like to show under categories. [...]]]></description>
		<link>http://www.thetechspace.com/2009/12/08/wp-plugin-latest-posts-by-category-archive/</link>
			</item>
	<item>
		<title>Output XML using PHP from MySQL database</title>
		<description><![CDATA[Firstly, Let me talk about this post. If your advance level php programmer, this is a piece of cake for you. I would like to say this post for beginner level. It would be a little difficult for a beginner. You may need xml output when you want to integrate with flash and MySQL records [...]]]></description>
		<link>http://www.thetechspace.com/2009/11/14/output-xml-using-php-from-mysql-database/</link>
			</item>
	<item>
		<title>PHP Pagination</title>
		<description><![CDATA[I have look for php pagination source. I got one very nice source code from Stranger Studio. That very nice code if your have a lot of records. You can see at sample preview. However, this is a lot of lines in the file. If you want to put into a lot of pages, all [...]]]></description>
		<link>http://www.thetechspace.com/2009/11/11/php-pagination/</link>
			</item>
	<item>
		<title>How to parse xml in php?</title>
		<description><![CDATA[When I started and learn php programming language. I have wanted to get data from xml file and read with php. I searched with Google. I got a lot of source codes. Some of codes are working in my local machine but when I upload and test it. It doesn&#8217;t work. I have found some [...]]]></description>
		<link>http://www.thetechspace.com/2009/11/05/how-to-parse-xml-in-php/</link>
			</item>
	<item>
		<title>Useful WordPress Hacks</title>
		<description><![CDATA[Show related post without a plugin If you want to show related post in you current post , you can use simple way to show. You just need to copy and paste under following codes into single.php file of your theme. This code will display related posts based on the current post tag(s). It must [...]]]></description>
		<link>http://www.thetechspace.com/2009/10/23/useful-wordpress-hacks/</link>
			</item>
</channel>
</rss>

