<?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: Why to Go for an Ecommerce Web Design</title>
	<atom:link href="http://www.howsescandy.com/ecommerce/why-to-go-for-an-ecommerce-web-design-2/feed" rel="self" type="application/rss+xml" />
	<link>http://www.howsescandy.com/ecommerce/why-to-go-for-an-ecommerce-web-design-2</link>
	<description>At Home, Residual Internet Income</description>
	<lastBuildDate>Thu, 24 Mar 2011 18:34:23 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Tina Sa</title>
		<link>http://www.howsescandy.com/ecommerce/why-to-go-for-an-ecommerce-web-design-2/comment-page-1#comment-4019</link>
		<dc:creator>Tina Sa</dc:creator>
		<pubDate>Thu, 01 Apr 2010 01:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.howsescandy.com/ecommerce/why-to-go-for-an-ecommerce-web-design-2#comment-4019</guid>
		<description>You may contact a web developer live below.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;http://definitivelab.com/</description>
		<content:encoded><![CDATA[<p>You may contact a web developer live below.<br /><b>References : </b><br /><a href="http://definitivelab.com/" rel="nofollow">http://definitivelab.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ricochet</title>
		<link>http://www.howsescandy.com/ecommerce/why-to-go-for-an-ecommerce-web-design-2/comment-page-1#comment-4018</link>
		<dc:creator>ricochet</dc:creator>
		<pubDate>Thu, 01 Apr 2010 01:13:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.howsescandy.com/ecommerce/why-to-go-for-an-ecommerce-web-design-2#comment-4018</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 ;)&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</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.howsescandy.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> <br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CrazyOn1</title>
		<link>http://www.howsescandy.com/ecommerce/why-to-go-for-an-ecommerce-web-design-2/comment-page-1#comment-4017</link>
		<dc:creator>CrazyOn1</dc:creator>
		<pubDate>Wed, 31 Mar 2010 20:11:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.howsescandy.com/ecommerce/why-to-go-for-an-ecommerce-web-design-2#comment-4017</guid>
		<description>&lt;b&gt;Web design ecommerce question. How do I set up individual accounts for each customer?&lt;/b&gt;&lt;br&gt;I am a web design student and I have to set up an ecommerce site.  I have the shopping cart thing down, but I would like to set it up so each person can create there own login/account.  I really have no idea how to do this.  Can someone help me out please?
</description>
		<content:encoded><![CDATA[<p><b>Web design ecommerce question. How do I set up individual accounts for each customer?</b><br />I am a web design student and I have to set up an ecommerce site.  I have the shopping cart thing down, but I would like to set it up so each person can create there own login/account.  I really have no idea how to do this.  Can someone help me out please?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: www.howsescandy.com @ 2012-02-10 01:29:04 -->
