<?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>Developing Webs &#187; php</title>
	<atom:link href="http://sandaldjepit.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://sandaldjepit.com</link>
	<description>Think Forward, not Backward</description>
	<lastBuildDate>Mon, 15 Feb 2010 04:26:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP Array to breadcrumb UL list</title>
		<link>http://sandaldjepit.com/2010/php-array-to-breadcrumb-list/</link>
		<comments>http://sandaldjepit.com/2010/php-array-to-breadcrumb-list/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 04:25:03 +0000</pubDate>
		<dc:creator>atpaz</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[array to breadcrumb]]></category>
		<category><![CDATA[convert array to HTML list]]></category>
		<category><![CDATA[seo tool]]></category>

		<guid isPermaLink="false">http://sandaldjepit.com/?p=212</guid>
		<description><![CDATA[Breadcrumb is navigation aid used in user interfaces.  It gives users a way to keep track of their locations within programs or documents.
A good breadcrumb navigation should be build with UL dan LI tag this is good for SEO tweak.
Below is the implementation in PHP scripting language, i made as a function so you [...]


Related posts:<ol><li><a href='http://sandaldjepit.com/2009/detect-search-engine-robot-name/' rel='bookmark' title='Permanent Link: Detect search engine robot on your website'>Detect search engine robot on your website</a></li><li><a href='http://sandaldjepit.com/2009/creating-user-online-program-with-php/' rel='bookmark' title='Permanent Link: Creating user online program with php'>Creating user online program with php</a></li><li><a href='http://sandaldjepit.com/2009/php-script-for-reading-rss/' rel='bookmark' title='Permanent Link: PHP script for reading RSS'>PHP script for reading RSS</a></li></ol>]]></description>
		<wfw:commentRss>http://sandaldjepit.com/2010/php-array-to-breadcrumb-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display random post in Wordpress</title>
		<link>http://sandaldjepit.com/2009/display-random-post-in-wordpress/</link>
		<comments>http://sandaldjepit.com/2009/display-random-post-in-wordpress/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 02:55:11 +0000</pubDate>
		<dc:creator>atpaz</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Random psosting]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[WP Hack]]></category>

		<guid isPermaLink="false">http://sandaldjepit.com/?p=183</guid>
		<description><![CDATA[Display random post in Wordpress.
We can display random post with orderby=rand command, for example :

query_posts('tag=whatever&#038;showposts=5&#038;offset=0&#038;orderby=rand');


&#60;ul class=&#34;random-posts&#34;&#62;
	&#60;?php query_posts('tag=whatever&#38;showposts=5&#38;offset=0&#38;orderby=rand'); ?&#62;
	&#60;?php if (have_posts()) : while (have_posts()) : the_post(); ?&#62;
	&#60;li&#62;
		&#60;a href=&#34;&#60;?php the_permalink(); ?&#62;&#34;&#62;&#60;?php the_title(); ?&#62;&#60;/a&#62;
	&#60;/li&#62;
	&#60;?php endwhile; endif; ?&#62;
&#60;/ul&#62;

For those of you who would like to setup some random post loops on your own site, here’s how to do it [...]


Related posts:<ol><li><a href='http://sandaldjepit.com/2007/halo-dunia/' rel='bookmark' title='Permanent Link: Wordpress atau Drupal ?'>Wordpress atau Drupal ?</a></li></ol>]]></description>
		<wfw:commentRss>http://sandaldjepit.com/2009/display-random-post-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP&#8217;s Paamayim Nekudotayim &#8211; The Secret&#8217;s in the Code</title>
		<link>http://sandaldjepit.com/2009/phps-paamayim-nekudotayim-the-secrets-in-the-code/</link>
		<comments>http://sandaldjepit.com/2009/phps-paamayim-nekudotayim-the-secrets-in-the-code/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 07:51:38 +0000</pubDate>
		<dc:creator>atpaz</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[easter egg]]></category>
		<category><![CDATA[inside php]]></category>
		<category><![CDATA[php code]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://sandaldjepit.com/?p=179</guid>
		<description><![CDATA[
Do you know what a Paamayim Nekudotayim is? Are you a web developer or software engineer? Well come on, spit it out then (saying these words caused me to accidentally spit on my girlfriend&#8217;s arm, she wasn&#8217;t very impressed). If you&#8217;ve used PHP (Hypertext Preprocessor) to create your websites you would have come across these [...]


Related posts:<ol><li><a href='http://sandaldjepit.com/2009/php-and-people-go-hand-in-hand-in-evolution/' rel='bookmark' title='Permanent Link: PHP and People Go Hand-in-Hand in Evolution'>PHP and People Go Hand-in-Hand in Evolution</a></li><li><a href='http://sandaldjepit.com/2009/php-tips-optimizing-for-your-php-code/' rel='bookmark' title='Permanent Link: php tips : Optimizing for your PHP Code'>php tips : Optimizing for your PHP Code</a></li><li><a href='http://sandaldjepit.com/2009/why-use-php-frameworks/' rel='bookmark' title='Permanent Link: Why Use PHP Frameworks?'>Why Use PHP Frameworks?</a></li></ol>]]></description>
		<wfw:commentRss>http://sandaldjepit.com/2009/phps-paamayim-nekudotayim-the-secrets-in-the-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP and People Go Hand-in-Hand in Evolution</title>
		<link>http://sandaldjepit.com/2009/php-and-people-go-hand-in-hand-in-evolution/</link>
		<comments>http://sandaldjepit.com/2009/php-and-people-go-hand-in-hand-in-evolution/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 07:46:25 +0000</pubDate>
		<dc:creator>atpaz</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[phph]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://sandaldjepit.com/?p=174</guid>
		<description><![CDATA[
Web developers are normal people. Do you agree? Most probably if you are reading this article I am talking about you. So look in the mirror&#8230;are you normal? If you are a developer you would know about, or at least have heard about PHP. PHP is now being used by hundreds of thousands of developers, [...]


Related posts:<ol><li><a href='http://sandaldjepit.com/2009/phps-paamayim-nekudotayim-the-secrets-in-the-code/' rel='bookmark' title='Permanent Link: PHP&#8217;s Paamayim Nekudotayim &#8211; The Secret&#8217;s in the Code'>PHP&#8217;s Paamayim Nekudotayim &#8211; The Secret&#8217;s in the Code</a></li><li><a href='http://sandaldjepit.com/2009/get-to-know-people-through-websites/' rel='bookmark' title='Permanent Link: Get to Know People through Websites'>Get to Know People through Websites</a></li><li><a href='http://sandaldjepit.com/2009/a-blog-and-a-website-this-is-how-we-do-it/' rel='bookmark' title='Permanent Link: A Blog and a Website: This is How We Do It'>A Blog and a Website: This is How We Do It</a></li></ol>]]></description>
		<wfw:commentRss>http://sandaldjepit.com/2009/php-and-people-go-hand-in-hand-in-evolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Frameworks comparison</title>
		<link>http://sandaldjepit.com/2009/php-frameworks-comparison/</link>
		<comments>http://sandaldjepit.com/2009/php-frameworks-comparison/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 04:45:52 +0000</pubDate>
		<dc:creator>atpaz</dc:creator>
				<category><![CDATA[PHP Framework]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[framework comparison]]></category>

		<guid isPermaLink="false">http://sandaldjepit.com/?p=153</guid>
		<description><![CDATA[Anyone still using barbarian-style php coding style nowadays ? silly thing i thing  . Well you better get move to frameworks..   the offering many features !. There are many php frameworks today, each of them offering many technology features such as Model View Controller (MCV), caching, more flexible with many database platform, [...]


Related posts:<ol><li><a href='http://sandaldjepit.com/2009/why-use-php-frameworks/' rel='bookmark' title='Permanent Link: Why Use PHP Frameworks?'>Why Use PHP Frameworks?</a></li><li><a href='http://sandaldjepit.com/2009/codeigniter/' rel='bookmark' title='Permanent Link: CodeIgniter'>CodeIgniter</a></li></ol>]]></description>
		<wfw:commentRss>http://sandaldjepit.com/2009/php-frameworks-comparison/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Send HTML email with PHP</title>
		<link>http://sandaldjepit.com/2009/send-html-email-with-php/</link>
		<comments>http://sandaldjepit.com/2009/send-html-email-with-php/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 02:32:56 +0000</pubDate>
		<dc:creator>atpaz</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[html email]]></category>
		<category><![CDATA[php mail]]></category>
		<category><![CDATA[send email]]></category>

		<guid isPermaLink="false">http://sandaldjepit.com/?p=145</guid>
		<description><![CDATA[This tutorial will guide you to how to write PHP script to send email with HTML format. Rather than ordinary old-fashion text format, HTML email are more attractive, this is good if you want to impress or attract your customer. 
The PHP function to send email is mail() function. Below is the mail&#8217;s function description [...]


Related posts:<ol><li><a href='http://sandaldjepit.com/2008/validasi-form-menggunakan-javascript/' rel='bookmark' title='Permanent Link: Validasi Form menggunakan Javascript'>Validasi Form menggunakan Javascript</a></li></ol>]]></description>
		<wfw:commentRss>http://sandaldjepit.com/2009/send-html-email-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating user online program with php</title>
		<link>http://sandaldjepit.com/2009/creating-user-online-program-with-php/</link>
		<comments>http://sandaldjepit.com/2009/creating-user-online-program-with-php/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 02:35:49 +0000</pubDate>
		<dc:creator>atpaz</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php script]]></category>
		<category><![CDATA[sql visitor online]]></category>
		<category><![CDATA[total visitor]]></category>
		<category><![CDATA[user online]]></category>
		<category><![CDATA[useronline sript]]></category>
		<category><![CDATA[useronline table]]></category>

		<guid isPermaLink="false">http://sandaldjepit.com/?p=125</guid>
		<description><![CDATA[This tutorial script will guide you to show how much user online on a specific period of time on your website, all is count to total user online since specific time.  The idea is recording every request based on session id in php. Different session means different browser (visitor). Each different session count into [...]


Related posts:<ol><li><a href='http://sandaldjepit.com/2009/export-mysql-table-to-excel-file-using-php-script/' rel='bookmark' title='Permanent Link: Export MySQL table to Excel file using php script'>Export MySQL table to Excel file using php script</a></li><li><a href='http://sandaldjepit.com/2010/php-array-to-breadcrumb-list/' rel='bookmark' title='Permanent Link: PHP Array to breadcrumb UL list'>PHP Array to breadcrumb UL list</a></li><li><a href='http://sandaldjepit.com/2009/detect-search-engine-robot-name/' rel='bookmark' title='Permanent Link: Detect search engine robot on your website'>Detect search engine robot on your website</a></li></ol>]]></description>
		<wfw:commentRss>http://sandaldjepit.com/2009/creating-user-online-program-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Detect search engine robot on your website</title>
		<link>http://sandaldjepit.com/2009/detect-search-engine-robot-name/</link>
		<comments>http://sandaldjepit.com/2009/detect-search-engine-robot-name/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 12:54:16 +0000</pubDate>
		<dc:creator>atpaz</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[bot name]]></category>
		<category><![CDATA[detect bot]]></category>
		<category><![CDATA[detect search engine name]]></category>
		<category><![CDATA[php dectect]]></category>

		<guid isPermaLink="false">http://sandaldjepit.com/?p=127</guid>
		<description><![CDATA[For anyone who want to know what kind of visitor visiting your website, here is the code. Visitor is not just a human, many search engine use a robot, a special programmed dedicated computer used to browse information on webs. This this robot machine (or &#8220;bot&#8221; for short) have a duty to index or collecting [...]


Related posts:<ol><li><a href='http://sandaldjepit.com/2009/creating-user-online-program-with-php/' rel='bookmark' title='Permanent Link: Creating user online program with php'>Creating user online program with php</a></li><li><a href='http://sandaldjepit.com/2009/why-search-engine-optimization-seo-matters/' rel='bookmark' title='Permanent Link: Why Search Engine Optimization (SEO) Matters'>Why Search Engine Optimization (SEO) Matters</a></li><li><a href='http://sandaldjepit.com/2010/php-array-to-breadcrumb-list/' rel='bookmark' title='Permanent Link: PHP Array to breadcrumb UL list'>PHP Array to breadcrumb UL list</a></li></ol>]]></description>
		<wfw:commentRss>http://sandaldjepit.com/2009/detect-search-engine-robot-name/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Handling file upload using PHP Script</title>
		<link>http://sandaldjepit.com/2009/handling-file-upload-using-php-script/</link>
		<comments>http://sandaldjepit.com/2009/handling-file-upload-using-php-script/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 13:15:09 +0000</pubDate>
		<dc:creator>atpaz</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php script]]></category>
		<category><![CDATA[php upload]]></category>
		<category><![CDATA[upload script]]></category>

		<guid isPermaLink="false">http://sandaldjepit.com/?p=115</guid>
		<description><![CDATA[With POST method uploads in a html form, PHP is capable of receiving file uploads from any RFC-1867 compliant browser (which includes Netscape Navigator 3 or later, Microsoft Internet Explorer 3 with a patch from Microsoft, or later without a patch). This feature lets people upload both text and binary files. With PHP&#8217;s authentication and [...]


Related posts:<ol><li><a href='http://sandaldjepit.com/2009/howto-disable-directory-listing-using-htaccess/' rel='bookmark' title='Permanent Link: Howto: Disable directory listing using .htaccess'>Howto: Disable directory listing using .htaccess</a></li><li><a href='http://sandaldjepit.com/2009/export-mysql-table-to-excel-file-using-php-script/' rel='bookmark' title='Permanent Link: Export MySQL table to Excel file using php script'>Export MySQL table to Excel file using php script</a></li><li><a href='http://sandaldjepit.com/2009/php-script-for-reading-rss/' rel='bookmark' title='Permanent Link: PHP script for reading RSS'>PHP script for reading RSS</a></li></ol>]]></description>
		<wfw:commentRss>http://sandaldjepit.com/2009/handling-file-upload-using-php-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP script for reading RSS</title>
		<link>http://sandaldjepit.com/2009/php-script-for-reading-rss/</link>
		<comments>http://sandaldjepit.com/2009/php-script-for-reading-rss/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 09:02:25 +0000</pubDate>
		<dc:creator>atpaz</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php DOM]]></category>
		<category><![CDATA[php script]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[rss reader]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://sandaldjepit.com/?p=109</guid>
		<description><![CDATA[Ever think about displaying news thumbnail on your blog / website ? The RSS technology and PHP script make this possible.
RSS (an abbreviation for Really Simple Syndication) is a family of Web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format. An RSS document (which [...]


Related posts:<ol><li><a href='http://sandaldjepit.com/2009/handling-file-upload-using-php-script/' rel='bookmark' title='Permanent Link: Handling file upload using PHP Script'>Handling file upload using PHP Script</a></li><li><a href='http://sandaldjepit.com/2009/export-mysql-table-to-excel-file-using-php-script/' rel='bookmark' title='Permanent Link: Export MySQL table to Excel file using php script'>Export MySQL table to Excel file using php script</a></li></ol>]]></description>
		<wfw:commentRss>http://sandaldjepit.com/2009/php-script-for-reading-rss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
