<?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>PHPSuperBLOG &#187; PHP</title>
	<atom:link href="http://www.phpsuperblog.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpsuperblog.com</link>
	<description>Lot of IT, Lot of Fun</description>
	<lastBuildDate>Wed, 30 Nov 2011 12:34:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Variable variables &#8211; Get parameters of HTML elements which generated with a PHP for loop</title>
		<link>http://www.phpsuperblog.com/php/variable-variables-get-parameters-of-html-elements-which-generated-with-a-php-for-loop/</link>
		<comments>http://www.phpsuperblog.com/php/variable-variables-get-parameters-of-html-elements-which-generated-with-a-php-for-loop/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 12:31:39 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Drop-down-menu]]></category>
		<category><![CDATA[For-loop]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[Post]]></category>
		<category><![CDATA[Text-field]]></category>
		<category><![CDATA[Variable variables]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=1090</guid>
		<description><![CDATA[This post is the continuation of the post “Create a HTML form with PHP for loop and table”. It mainly focus on how to catch the HTML elements&#8217; data generated from a PHP of a HTML form, it also talks about PHP Variable variables. In the previous post “Create a HTML form with PHP for [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/variable-variables-get-parameters-of-html-elements-which-generated-with-a-php-for-loop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Run different XML scenarios by typing in different URL ending with PHP</title>
		<link>http://www.phpsuperblog.com/php/run-different-xml-scenarios-by-typing-in-different-url-ending-with-php/</link>
		<comments>http://www.phpsuperblog.com/php/run-different-xml-scenarios-by-typing-in-different-url-ending-with-php/#comments</comments>
		<pubDate>Mon, 09 May 2011 13:00:38 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Scenario]]></category>
		<category><![CDATA[URL]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=1010</guid>
		<description><![CDATA[In this post, I am going to show how to run different xml file (scenario) for the webpage by typing in different URL ending, example: www.phpsuperblog.com/index.php?scenarioA.xml, it will run the scenarioA.xml file&#8217;s scenario. For this operation we have to use * 2 PHP functions: strpos( ) which is to find the position of a character [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/run-different-xml-scenarios-by-typing-in-different-url-ending-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Generate random password with PHP rand function</title>
		<link>http://www.phpsuperblog.com/php/generate-random-password-with-php-rand-function/</link>
		<comments>http://www.phpsuperblog.com/php/generate-random-password-with-php-rand-function/#comments</comments>
		<pubDate>Sat, 07 May 2011 16:19:22 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[For-loop]]></category>
		<category><![CDATA[Password]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Random-number]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=1007</guid>
		<description><![CDATA[In system designing, there are many cases which requires user to login in order to access some restricted areas. And so, we might need to generate an initial password for the user. Here I am going to show you how to generate random passwords with integers In order to generate a random password we have [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/generate-random-password-with-php-rand-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP and oracle database 10g Enterprise Edition Part 2</title>
		<link>http://www.phpsuperblog.com/php/php-and-oracle-database-10g-enterprise-edition-part-2/</link>
		<comments>http://www.phpsuperblog.com/php/php-and-oracle-database-10g-enterprise-edition-part-2/#comments</comments>
		<pubDate>Sun, 01 May 2011 13:06:12 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Field]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=949</guid>
		<description><![CDATA[In this post, I will continue my recording on PHP and oracle database 10g Enterprise Edition This is a continuation of PHP and oracle database 10g Enterprise Edition Part 1. To update fields in the oracle database: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/php-and-oracle-database-10g-enterprise-edition-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP and oracle database 10g Enterprise Edition Part 1</title>
		<link>http://www.phpsuperblog.com/php/php-and-oracle-database-10g-enterprise-edition-part-1/</link>
		<comments>http://www.phpsuperblog.com/php/php-and-oracle-database-10g-enterprise-edition-part-1/#comments</comments>
		<pubDate>Sun, 01 May 2011 04:00:48 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Field]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=940</guid>
		<description><![CDATA[In this post, I recorded the operations which I have used in my past web project which involving PHP and the oracle database 10g Enterprise Edition. This is for reference only, because the security settings might vary between different oracle databases and so the syntax might not work in other oracle databases and might need [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/php-and-oracle-database-10g-enterprise-edition-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using XML elements as HTML form drop down menu items with PHP</title>
		<link>http://www.phpsuperblog.com/php/using-xml-tags-as-html-form-drop-down-menu-items-with-php/</link>
		<comments>http://www.phpsuperblog.com/php/using-xml-tags-as-html-form-drop-down-menu-items-with-php/#comments</comments>
		<pubDate>Sat, 30 Apr 2011 15:11:35 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[XML]]></category>
		<category><![CDATA[Drop-down-menu]]></category>
		<category><![CDATA[For-loop]]></category>
		<category><![CDATA[PHP Function]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=928</guid>
		<description><![CDATA[XML]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/using-xml-tags-as-html-form-drop-down-menu-items-with-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using HTTP Request variables instead of HTTP GET and Post variables</title>
		<link>http://www.phpsuperblog.com/php/using-http-request-variables-instead-of-http-get-and-post-variables/</link>
		<comments>http://www.phpsuperblog.com/php/using-http-request-variables-instead-of-http-get-and-post-variables/#comments</comments>
		<pubDate>Thu, 10 Mar 2011 01:42:00 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=732</guid>
		<description><![CDATA[In this post, I would like write a little note on using $_REQUEST instead of $_GET or $_POST in the future of my programming for most of the cases. In cases such as fetching data from HTML form: Instead of: $name = $_POST&#91;&#34;name&#34;&#93;; $age = $_POST&#91;&#34;age&#34;&#93;; &#160; //or &#160; $name = $_GET&#91;&#34;name&#34;&#93;; $age = $_GET&#91;&#34;age&#34;&#93;; [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/using-http-request-variables-instead-of-http-get-and-post-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; get the check box values of HTML form</title>
		<link>http://www.phpsuperblog.com/php/php-get-the-of-check-box-values-of-html-form/</link>
		<comments>http://www.phpsuperblog.com/php/php-get-the-of-check-box-values-of-html-form/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 07:21:23 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Array]]></category>
		<category><![CDATA[Check-box]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=439</guid>
		<description><![CDATA[Editor&#8217;s note: In some cases when you try to create a HTML form for user to input data, you might like to include a set of check boxes for them to input multiple choices, however in order to get the data from a set of check boxes with PHP, I think the easier way is [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/php-get-the-of-check-box-values-of-html-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

