<?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; Display</title>
	<atom:link href="http://www.phpsuperblog.com/tag/display/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.phpsuperblog.com</link>
	<description>Learn PHP Together</description>
	<lastBuildDate>Fri, 30 Jul 2010 07:26:54 +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>Change the MySQL database table encoding to UTF8 with PHP</title>
		<link>http://www.phpsuperblog.com/php/change-the-mysql-database-table-encoding-to-utf8-with-php/</link>
		<comments>http://www.phpsuperblog.com/php/change-the-mysql-database-table-encoding-to-utf8-with-php/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 02:29:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Alter]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[Encoding]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Table]]></category>
		<category><![CDATA[UTF8]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=72</guid>
		<description><![CDATA[Editor&#8217;s note: In some cases, when you have forgotten to preset the MySQL database table encoding to UTF8 after the creation of the database but later you need to insert some UTF8 text such as Chinese or other Asian languages, here is how you could do with PHP to change the encoding of the MySQL database [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/change-the-mysql-database-table-encoding-to-utf8-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check how many record in the MySQL database matches the query</title>
		<link>http://www.phpsuperblog.com/php/check-how-many-record-in-the-mysql-database-matches-the-query/</link>
		<comments>http://www.phpsuperblog.com/php/check-how-many-record-in-the-mysql-database-matches-the-query/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 09:13:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Row]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=61</guid>
		<description><![CDATA[Editor&#8217;s note: In some cases, you might like to check how many records in the MySQL database which matches the query you entered. Case such as a login system where you want to check if there is a record matches the user name and the password inputted , here is an example I have created [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/check-how-many-record-in-the-mysql-database-matches-the-query/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check ip address of host or website with PHP function and HTML form</title>
		<link>http://www.phpsuperblog.com/php/check-ip-address-of-host-or-website-with-php-function-and-html-form/</link>
		<comments>http://www.phpsuperblog.com/php/check-ip-address-of-host-or-website-with-php-function-and-html-form/#comments</comments>
		<pubDate>Mon, 26 May 2008 13:17:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Submit-button]]></category>
		<category><![CDATA[Text-field]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=48</guid>
		<description><![CDATA[Editor&#8217;s note: There is a function in PHP to check the IP address of a host. It is called &#8220;gethostbyname()&#8220;. We could use it to check the IP address of a website. Steps are very simple: Put the website address into the function, for example: gethostbyname(www.phpsuperblog.com); and print the result out and then the IP address [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/check-ip-address-of-host-or-website-with-php-function-and-html-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display all field (column) names of a table in MySQL database</title>
		<link>http://www.phpsuperblog.com/php/display-all-field-column-names-of-a-table-in-mysql-database/</link>
		<comments>http://www.phpsuperblog.com/php/display-all-field-column-names-of-a-table-in-mysql-database/#comments</comments>
		<pubDate>Sun, 23 Nov 2008 12:41:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Column]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[Field]]></category>
		<category><![CDATA[For-loop]]></category>
		<category><![CDATA[Loop]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Table]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=68</guid>
		<description><![CDATA[Editor’s note: I mentioned in my previous post Display data from MySQL with PHP which I demonstrated how to display the data of a row within a table, now I want to demonstrate how to display all field names (column names) of a table within a MySQL database. In order to do so, we have to [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/display-all-field-column-names-of-a-table-in-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display data from MySQL database with HTML form and PHP</title>
		<link>http://www.phpsuperblog.com/php/display-data-from-mysql-database-with-html-form-and-php/</link>
		<comments>http://www.phpsuperblog.com/php/display-data-from-mysql-database-with-html-form-and-php/#comments</comments>
		<pubDate>Wed, 14 May 2008 21:22:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Button]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Submit-button]]></category>
		<category><![CDATA[Text-field]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=28</guid>
		<description><![CDATA[Editor&#8217;s note: When you have all the data stored in the MySQL database, and you want to display just some particular data. In order to do so, a HTML form for them to input is a great idea. Here I have created an example to show you how to do this task. I have created a [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/display-data-from-mysql-database-with-html-form-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display data from MySQL with PHP</title>
		<link>http://www.phpsuperblog.com/php/display-data-from-mysql-with-php/</link>
		<comments>http://www.phpsuperblog.com/php/display-data-from-mysql-with-php/#comments</comments>
		<pubDate>Wed, 07 May 2008 12:08:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Query]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=19</guid>
		<description><![CDATA[Editor&#8217;s note: To display the data from MySQL database with PHP, we have to use the mysql_query( ) function to run a SQL query, here is a sample I have made to display all data from a table with 2 fields. First we have to connect to database. mysql_connect&#40;&#34;Host Name&#34;, &#34;User Name&#34;, &#34;User Password&#34;&#41; or die&#40;&#34;Connection [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/display-data-from-mysql-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display the date with PHP</title>
		<link>http://www.phpsuperblog.com/php/display-the-date-with-php/</link>
		<comments>http://www.phpsuperblog.com/php/display-the-date-with-php/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 13:28:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Date]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[PHP Function]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=3</guid>
		<description><![CDATA[Editor&#8217;s note: I recently worked on a web project which I need to add the date on a page. I used the PHP function date( ) to accomplish the job. Here are my examples for your reference. In order to show the time, we have to print it out onto the screen, and we use “echo” or [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/display-the-date-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display time with PHP</title>
		<link>http://www.phpsuperblog.com/php/display-time-with-php/</link>
		<comments>http://www.phpsuperblog.com/php/display-time-with-php/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 13:44:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Time]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=10</guid>
		<description><![CDATA[Editor&#8217;s note: In this post, I would like to show how to display the current server time with PHP. We use the PHP function date( ) to display the time, we need 4 parameters for the date() function: date (&#8220;hour,minute,second,am/pm&#8221;); For hour: &#8220;H&#8221; &#8211; 24 hours time system. &#8220;h&#8221; &#8211; 12 hours time system. For minute: [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/display-time-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
