<?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; Query</title>
	<atom:link href="http://www.phpsuperblog.com/tag/query/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>SQL &#8211; join 2 mysql tables and get data result from them</title>
		<link>http://www.phpsuperblog.com/mysql/sql-join-2-mysql-tables-and-get-data-result-from-them/</link>
		<comments>http://www.phpsuperblog.com/mysql/sql-join-2-mysql-tables-and-get-data-result-from-them/#comments</comments>
		<pubDate>Wed, 16 Mar 2011 09:51:26 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Table]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=741</guid>
		<description><![CDATA[In this post, I am going to talk about how to get data from 2 mysql tables instead of 1 table with a sql. Here are 2 mysql tables (The field types are ignored in this examples): Table &#8221; People&#8221; ID name 1&#160; 2 3 May&#160; John Peter Table &#8220;course&#8221;: ID name peopleID 1&#160; 2 [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/mysql/sql-join-2-mysql-tables-and-get-data-result-from-them/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>Shek</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>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>Shek</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>Get MySQL database records as HTML form text field&#8217;s value</title>
		<link>http://www.phpsuperblog.com/php/get-mysql-database-records-as-html-form-text-fields-value/</link>
		<comments>http://www.phpsuperblog.com/php/get-mysql-database-records-as-html-form-text-fields-value/#comments</comments>
		<pubDate>Mon, 19 May 2008 13:36:07 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Display]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[Loop]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Text-field]]></category>
		<category><![CDATA[While-loop]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=37</guid>
		<description><![CDATA[In my past post on explaining how to set the default values of the text field. Now to use the same concept, we could get the records from the MySQL database and place it into the text field as default text. Here I have created an example to show you how to do so. I [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/get-mysql-database-records-as-html-form-text-fields-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Empty a table in MySQL database with HTML form and PHP</title>
		<link>http://www.phpsuperblog.com/php/empty-a-table-in-mysql-database-with-html-form-and-php/</link>
		<comments>http://www.phpsuperblog.com/php/empty-a-table-in-mysql-database-with-html-form-and-php/#comments</comments>
		<pubDate>Sat, 17 May 2008 20:40:44 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Button]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Empty]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP Function]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[Submit-button]]></category>
		<category><![CDATA[Table]]></category>
		<category><![CDATA[Text-field]]></category>

		<guid isPermaLink="false">http://www.phpsuperblog.com/?p=33</guid>
		<description><![CDATA[Editor&#8217;s note: In some cases which the user might need to empty a table in the MySQL database. Instead of deleting every record in the MySQL database, you could run a query &#8220;truncate table &#8216;tablename&#8217;&#8221; to do the job. Here I have created a example to show you how to empty a table in MySQL database [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/empty-a-table-in-mysql-database-with-html-form-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MD5 &#8211; insert an encrypted string or password to the MySQL database with HTML form and PHP</title>
		<link>http://www.phpsuperblog.com/php/md5-insert-an-encrypted-string-or-password-to-the-mysql-database-with-html-form-and-php/</link>
		<comments>http://www.phpsuperblog.com/php/md5-insert-an-encrypted-string-or-password-to-the-mysql-database-with-html-form-and-php/#comments</comments>
		<pubDate>Fri, 16 May 2008 12:13:16 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Button]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></category>
		<category><![CDATA[Insert]]></category>
		<category><![CDATA[MD5]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Password]]></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=31</guid>
		<description><![CDATA[Editor&#8217;s note: In a login system, there are user names and passwords stored in the MySQL database. The passwords are normally stored as strings inside the database. To have a more security way to store the passwords in the database, it is better to store an encrypted version of the password, therefore only the password [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/md5-insert-an-encrypted-string-or-password-to-the-mysql-database-with-html-form-and-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Delete table from MySQL database with HTML form and PHP</title>
		<link>http://www.phpsuperblog.com/php/delete-table-from-mysql-database-with-html-form-and-php/</link>
		<comments>http://www.phpsuperblog.com/php/delete-table-from-mysql-database-with-html-form-and-php/#comments</comments>
		<pubDate>Thu, 15 May 2008 23:05:26 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Button]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Delete]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></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=30</guid>
		<description><![CDATA[Editor&#8217;s note: To delete a table from the MySQL database is easy, all you have to do is to run a query to get it done. But in a content management system, you might like to build an user interface for the user to delete a table. Again a HTML form is a good idea for [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/delete-table-from-mysql-database-with-html-form-and-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delete records from MySQL database with HTML form and PHP</title>
		<link>http://www.phpsuperblog.com/php/delete-records-from-mysql-database-with-html-form-and-php/</link>
		<comments>http://www.phpsuperblog.com/php/delete-records-from-mysql-database-with-html-form-and-php/#comments</comments>
		<pubDate>Thu, 15 May 2008 11:33:52 +0000</pubDate>
		<dc:creator>Shek</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Button]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[Delete]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML form]]></category>
		<category><![CDATA[HTML form element]]></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=29</guid>
		<description><![CDATA[Editor&#8217;s note: In some cases such as a company&#8217;s login system for example, the login names and passwords are stored in the MySQL database. But if a staff leaves the company and so his account has to be removed from the database. Therefore it is good to design a HTML form for the administrator to remove [...]]]></description>
		<wfw:commentRss>http://www.phpsuperblog.com/php/delete-records-from-mysql-database-with-html-form-and-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

