Sunday, May 20, 2012

Web design ecommerce question. How do I set up individual accounts for each customer?

July 7, 2010 by web studio  



Comments

2 Responses to “Web design ecommerce question. How do I set up individual accounts for each customer?”
  1. ricochet says:

    wow, that’s incredibly vague. You should include things like what language you’re programming in, ideally post some code along with the question. I’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’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).

    clicking the submit button will push the input’s data to file.php. Depending on what language you’re using, you will use different syntax to get those parameters and enter them into the database. I’d at least need to know what language you’re programming in to help you out anymore. good luck, hope that was some help ;)

  2. Tina Sa says:

    You may contact a web developer live below.

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!

You must be logged in to post a comment.