<?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 script</title>
	<atom:link href="http://sandaldjepit.com/tag/php-script/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>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>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>
