<?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>PHP Programming &#187; MySQL Programming</title>
	<atom:link href="http://blog.phpkemist.com/category/mysql-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.phpkemist.com</link>
	<description>Web and Database Programming, SEO, Network Security</description>
	<lastBuildDate>Tue, 15 Jun 2010 20:50:12 +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>Building A Searchable eCommerce Web Database with PHP and MySQL</title>
		<link>http://blog.phpkemist.com/2008/05/07/building-a-searchable-ecommerce-web-database-with-php-and-mysql/</link>
		<comments>http://blog.phpkemist.com/2008/05/07/building-a-searchable-ecommerce-web-database-with-php-and-mysql/#comments</comments>
		<pubDate>Wed, 07 May 2008 18:15:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL Programming]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Web and Database Programming]]></category>
		<category><![CDATA[eCommerce Web Site Design]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/2008/05/07/building-a-searchable-ecommerce-web-database-with-php-and-mysql/</guid>
		<description><![CDATA[<p>At the root of a successful eCommerce web site design is a searchable MySQL Database powered by PHP. Unless you only sell a few items that never change, you can expect your inventory to grow, require regular changes and additions, and keep you on your toes. It&#8217;s a whole different story from a point of [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2008/05/07/building-a-searchable-ecommerce-web-database-with-php-and-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Send Data From Flash To ASP/PHP Without A Page Refresh</title>
		<link>http://blog.phpkemist.com/2007/11/29/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/</link>
		<comments>http://blog.phpkemist.com/2007/11/29/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/#comments</comments>
		<pubDate>Thu, 29 Nov 2007 17:29:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash Development]]></category>
		<category><![CDATA[MySQL Programming]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Web and Database Programming]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/2007/11/29/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/</guid>
		<description><![CDATA[<p>This article will deal the how to of sending form data from Adobe Flash to your PHP/ASP file so it can be inserted into a database (or manipulated for whatever other reason). The trick is making sure a new window doesnâ€™t popup and the page doesnâ€™t refresh to run through the ASP/PHP code. Thatâ€™s the [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2007/11/29/how-to-send-data-from-flash-to-aspphp-without-a-page-refresh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automating Image Uploads And MySQL Database Tracking</title>
		<link>http://blog.phpkemist.com/2007/10/06/automating-image-uploads-and-mysql-database-tracking/</link>
		<comments>http://blog.phpkemist.com/2007/10/06/automating-image-uploads-and-mysql-database-tracking/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 23:38:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL Programming]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Programming Answers]]></category>
		<category><![CDATA[Web and Database Programming]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/2007/10/06/automating-image-uploads-and-mysql-database-tracking/</guid>
		<description><![CDATA[<p>These days everyone wants to upload their images to a web application. Whether it&#8217;s a free public site like Photobucket, or an eCommerce Web Site like Shutterstock or Flickr, the concepts are the same. The intent is to provide a system for web users with no web programming skills, which lets them upload a single [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2007/10/06/automating-image-uploads-and-mysql-database-tracking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevent SQL Injections by Using PHP Programming and MySQL Programming</title>
		<link>http://blog.phpkemist.com/2007/07/19/prevent-sql-injections-by-using-php-programming-and-mysql-programming/</link>
		<comments>http://blog.phpkemist.com/2007/07/19/prevent-sql-injections-by-using-php-programming-and-mysql-programming/#comments</comments>
		<pubDate>Thu, 19 Jul 2007 17:19:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL Programming]]></category>
		<category><![CDATA[Network Security]]></category>
		<category><![CDATA[PHP Programming]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/2007/07/19/prevent-sql-injections-by-using-php-programming-and-mysql-programming/</guid>
		<description><![CDATA[<p>Web applications that utilize back-end databases are potentially vulnerable to the common SQL Injection. By submitting a segment of database code through the form, the PHP Program&#8217;s MySQL commands might be modified or enhanced for no good. Consider a typical contact form that receives an email address with a single field. The intent is to [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2007/07/19/prevent-sql-injections-by-using-php-programming-and-mysql-programming/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Website Scanners and MyQSL Database Reconstruction With PHP</title>
		<link>http://blog.phpkemist.com/2007/04/28/website-scanners-and-myqsl-database-reconstruction-with-php/</link>
		<comments>http://blog.phpkemist.com/2007/04/28/website-scanners-and-myqsl-database-reconstruction-with-php/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 01:19:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL Programming]]></category>
		<category><![CDATA[PHP Programming]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/2007/04/28/website-scanners-and-myqsl-database-reconstruction-with-php/</guid>
		<description><![CDATA[<p>The content found in websites can be collected, filtered, and reconstituted in a MySQL Database with total automation with PHP. When a website is database driven, such as a retail website, the format of the displayed information is predictable and often, the pathway structures are also predictable. The construction of such website scanners for reconstructing [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2007/04/28/website-scanners-and-myqsl-database-reconstruction-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>General DBM and PHP Database Management Systems</title>
		<link>http://blog.phpkemist.com/2007/04/08/general-dbm-and-php-database-management-systems/</link>
		<comments>http://blog.phpkemist.com/2007/04/08/general-dbm-and-php-database-management-systems/#comments</comments>
		<pubDate>Mon, 09 Apr 2007 05:31:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL Programming]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Web and Database Programming]]></category>
		<category><![CDATA[eCommerce Web Site Design]]></category>

		<guid isPermaLink="false">http://blog.phpkemist.com/2007/04/08/general-dbm-and-php-database-management-systems/</guid>
		<description><![CDATA[<p>Database Management has become a critical component for any eCommerce Web Site that is managed by  the store operators or owners. The ability to create, edit and delete inventory can be an everyday operation. Managing product photographs, prices, and descriptions can be a time consuming task and is best left in the hands of [...]]]></description>
		<wfw:commentRss>http://blog.phpkemist.com/2007/04/08/general-dbm-and-php-database-management-systems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
