<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: how do i let users of my website add content to mySQL database, so i can then retrieve it?</title>
	<atom:link href="http://www.cascadiacomic.com/website-add-ins/how-do-i-let-users-of-my-website-add-content-to-mysql-database-so-i-can-then-retrieve-it/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cascadiacomic.com/website-add-ins/how-do-i-let-users-of-my-website-add-content-to-mysql-database-so-i-can-then-retrieve-it</link>
	<description></description>
	<lastBuildDate>Tue, 13 Jul 2010 00:12:13 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: dhvrm</title>
		<link>http://www.cascadiacomic.com/website-add-ins/how-do-i-let-users-of-my-website-add-content-to-mysql-database-so-i-can-then-retrieve-it/comment-page-1#comment-1351</link>
		<dc:creator>dhvrm</dc:creator>
		<pubDate>Thu, 25 Feb 2010 15:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.cascadiacomic.com/website-add-ins/how-do-i-let-users-of-my-website-add-content-to-mysql-database-so-i-can-then-retrieve-it#comment-1351</guid>
		<description>http://www.phpeasystep.com/mysql.php&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://www.phpeasystep.com/mysql.php" rel="nofollow">http://www.phpeasystep.com/mysql.php</a><br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salam A</title>
		<link>http://www.cascadiacomic.com/website-add-ins/how-do-i-let-users-of-my-website-add-content-to-mysql-database-so-i-can-then-retrieve-it/comment-page-1#comment-1350</link>
		<dc:creator>Salam A</dc:creator>
		<pubDate>Thu, 25 Feb 2010 14:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.cascadiacomic.com/website-add-ins/how-do-i-let-users-of-my-website-add-content-to-mysql-database-so-i-can-then-retrieve-it#comment-1350</guid>
		<description>You are on the right track. It&#039;s not too complicated to add content to the database..

1- Create a form. Let the user enter information, and click submit.

2- The submit method must do the following:
a. Connect to the database. You can use C# or php,  and the code is available everywhere. For example: use this code in this website to connect. http://www.webcheatsheet.com/PHP/connect_mysql_database.php

b. Then you can run queries (shown in the same link). Use insert to load data, and select to pull data.

The best way is to read this book. 
Build Your Own Database Driven Website Using PHP and MySQL by Kevin Yank&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>You are on the right track. It&#8217;s not too complicated to add content to the database..</p>
<p>1- Create a form. Let the user enter information, and click submit.</p>
<p>2- The submit method must do the following:<br />
a. Connect to the database. You can use C# or php,  and the code is available everywhere. For example: use this code in this website to connect. <a href="http://www.webcheatsheet.com/PHP/connect_mysql_database.php" rel="nofollow">http://www.webcheatsheet.com/PHP/connect_mysql_database.php</a></p>
<p>b. Then you can run queries (shown in the same link). Use insert to load data, and select to pull data.</p>
<p>The best way is to read this book.<br />
Build Your Own Database Driven Website Using PHP and MySQL by Kevin Yank<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>
