<?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://www.advancewebs.com/website-design/49-web-design-ecommerce-question-how-do-i-set-up-individual-accounts-for-each-customer/feed" rel="self" type="application/rss+xml" />
	<link>http://www.advancewebs.com/website-design/49-web-design-ecommerce-question-how-do-i-set-up-individual-accounts-for-each-customer</link>
	<description>Website Building And Web Design Tips, Articles &#38; Resources</description>
	<lastBuildDate>Tue, 07 Sep 2010 15:02:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ricochet</title>
		<link>http://www.advancewebs.com/website-design/49-web-design-ecommerce-question-how-do-i-set-up-individual-accounts-for-each-customer/comment-page-1#comment-102</link>
		<dc:creator>ricochet</dc:creator>
		<pubDate>Mon, 25 Jan 2010 06:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.advancewebs.com/website-design/49-web-design-ecommerce-question-how-do-i-set-up-individual-accounts-for-each-customer#comment-102</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;<br />
&lt;form action=&quot;file.php&quot;&gt;<br />
&lt;input type=&#8217;text&#8217; name=&#8217;name&#8217;/&gt;<br />
&lt;input type=&#8217;password&#8217; name=&#8217;password&#8217;/&gt;<br />
&lt;input type=&#8217;text&#8217; name=&#8217;email&#8217;/&gt;<br />
&lt;input type=&#8217;submit&#8217;/&gt;<br />
&lt;/form&gt;<br />
&#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://www.advancewebs.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tina Sa</title>
		<link>http://www.advancewebs.com/website-design/49-web-design-ecommerce-question-how-do-i-set-up-individual-accounts-for-each-customer/comment-page-1#comment-103</link>
		<dc:creator>Tina Sa</dc:creator>
		<pubDate>Mon, 25 Jan 2010 06:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.advancewebs.com/website-design/49-web-design-ecommerce-question-how-do-i-set-up-individual-accounts-for-each-customer#comment-103</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>
</channel>
</rss>
