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

<channel>
	<title>Aknosis.com &#187; php</title>
	<atom:link href="http://www.aknosis.com/category/programming/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aknosis.com</link>
	<description>Once you go Ak, you don&#039;t go back.</description>
	<lastBuildDate>Fri, 25 Jun 2010 04:22:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Zero user interaction CAPTCHA &#8211; (lamecaptcha)</title>
		<link>http://www.aknosis.com/2009/04/17/zero-user-interaction-captcha/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/04/17/zero-user-interaction-captcha/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 04:42:54 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=78</guid>
		<description><![CDATA[This is not a new concept by far, however I want to share my fix for auto filling of forms on some of my sites.  The issue arises from people creating bots/scripts that are intended to auto populate forms on site and submit them with the assumption that data does go somewhere and hopefully someone [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/04/17/zero-user-interaction-captcha/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Php: (strpos) Search for text in a string</title>
		<link>http://www.aknosis.com/2009/02/28/php-strpos-search-for-text-in-a-string/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/02/28/php-strpos-search-for-text-in-a-string/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 09:08:20 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=63</guid>
		<description><![CDATA[If you want to search for text inside a string but don&#8217;t need fancyness of regex, here lies strpos. I see a lot of posts online about people confused how strpos works and how to use it for searching for text in a string properly. First thing to note is that strpos() returns the index [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/02/28/php-strpos-search-for-text-in-a-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating JSON as a select result in a MySQL Query</title>
		<link>http://www.aknosis.com/2009/01/12/json-as-a-select-result-mysql-query/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://www.aknosis.com/2009/01/12/json-as-a-select-result-mysql-query/#comments</comments>
		<pubDate>Tue, 13 Jan 2009 05:18:30 +0000</pubDate>
		<dc:creator>Aknosis</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.aknosis.com/?p=45</guid>
		<description><![CDATA[So I had this crazy idea at work, I needed to get all the data out of an entire table in a single column. So I decided to return the table as a preformatted JSON array that I could decode straight into a php array for manipulation. The Code: Suppose a table format like so: [...]]]></description>
		<wfw:commentRss>http://www.aknosis.com/2009/01/12/json-as-a-select-result-mysql-query/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
