<?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: Web design ecommerce question. How do I set up individual accounts for each customer?</title>
	<atom:link href="http://digitalinsanityms.net/web-design-ecommerce-question-how-do-i-set-up-individual-accounts-for-each-customer/feed" rel="self" type="application/rss+xml" />
	<link>http://digitalinsanityms.net/web-design-ecommerce-question-how-do-i-set-up-individual-accounts-for-each-customer</link>
	<description></description>
	<lastBuildDate>Thu, 14 Oct 2010 06:46:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: Tina Sa</title>
		<link>http://digitalinsanityms.net/web-design-ecommerce-question-how-do-i-set-up-individual-accounts-for-each-customer/comment-page-1#comment-2804</link>
		<dc:creator>Tina Sa</dc:creator>
		<pubDate>Thu, 06 May 2010 04:42:24 +0000</pubDate>
		<guid isPermaLink="false">http://digitalinsanityms.net/web-design-ecommerce-question-how-do-i-set-up-individual-accounts-for-each-customer#comment-2804</guid>
		<description>You may contact a web developer live below.</description>
		<content:encoded><![CDATA[<p>You may contact a web developer live below.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ricochet</title>
		<link>http://digitalinsanityms.net/web-design-ecommerce-question-how-do-i-set-up-individual-accounts-for-each-customer/comment-page-1#comment-2803</link>
		<dc:creator>ricochet</dc:creator>
		<pubDate>Thu, 06 May 2010 04:14:11 +0000</pubDate>
		<guid isPermaLink="false">http://digitalinsanityms.net/web-design-ecommerce-question-how-do-i-set-up-individual-accounts-for-each-customer#comment-2803</guid>
		<description>wow, that&#039;s incredibly vague.  You should include things like what language you&#039;re programming in, ideally post some code along with the question.  I&#039;m not trying to chew you out or anything, just trying to help you ask future questions a little more clearly.  That being said...

Basically you&#039;re going to need to make an HTML form with some inputs so the user can input whatever data you need for a user.  Also, you need to set the action attribute on the form to the name of the file that will process the information (php, python, jsp, etc file).

...
&lt;form action=&quot;file.php&quot;&gt;
&lt;input type=&#039;text&#039; name=&#039;name&#039;/&gt;
&lt;input type=&#039;password&#039; name=&#039;password&#039;/&gt;
&lt;input type=&#039;text&#039; name=&#039;email&#039;/&gt;
&lt;input type=&#039;submit&#039;/&gt;
&lt;/form&gt;
...

clicking the submit button will push the input&#039;s data to file.php.  Depending on what language you&#039;re using, you will use different syntax to get those parameters and enter them into the database.  I&#039;d at least need to know what language you&#039;re programming in to help you out anymore.  good luck, hope that was some help ;)</description>
		<content:encoded><![CDATA[<p>wow, that&#8217;s incredibly vague.  You should include things like what language you&#8217;re programming in, ideally post some code along with the question.  I&#8217;m not trying to chew you out or anything, just trying to help you ask future questions a little more clearly.  That being said&#8230;</p>
<p>Basically you&#8217;re going to need to make an HTML form with some inputs so the user can input whatever data you need for a user.  Also, you need to set the action attribute on the form to the name of the file that will process the information (php, python, jsp, etc file).</p>
<p>&#8230;</p>
<form action="file.php">
<input type='text' name='name'/>
<input type='password' name='password'/>
<input type='text' name='email'/>
<input type='submit'/>
</form>
<p>&#8230;</p>
<p>clicking the submit button will push the input&#8217;s data to file.php.  Depending on what language you&#8217;re using, you will use different syntax to get those parameters and enter them into the database.  I&#8217;d at least need to know what language you&#8217;re programming in to help you out anymore.  good luck, hope that was some help <img src='http://digitalinsanityms.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

