Registration

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • BjoernJackschina

    Registration

    Hello,
    when somebody want to order something in my e-shop it is necassary to
    have a registration before so I have to check if the user is already
    record or not.
    What is an ordinary way to realize it.
    Another question, until yet I work with a frameset so I have in a form
    all variable values compendious. Is this a usually way or should I try
    to realize it with strictly php.

    Thank you
  • thunder

    #2
    Re: Registration

    "BjoernJackschi na" <jacksch_1@hotm ail.com> wrote in message
    news:a24000a2.0 401230522.168f9 10c@posting.goo gle.com...[color=blue]
    > Hello,
    > when somebody want to order something in my e-shop it is necassary to
    > have a registration before so I have to check if the user is already
    > record or not.
    > What is an ordinary way to realize it.[/color]

    A fairly common way to test if the registrant is already in the database
    would be to test whether the submitted email address is already present in
    your user tables - pretty much every other piece of registration info
    (names, addresses, dates of birth, telephone number etc) can legitimately
    occur more than once.
    [color=blue]
    > Another question, until yet I work with a frameset so I have in a form
    > all variable values compendious. Is this a usually way or should I try
    > to realize it with strictly php.[/color]

    I'm not sure what it is that you're asking here but if you're running an
    e-shop you'll probably want to avoid using frames anyway to help improve
    search engine spider results.
    [color=blue]
    > Thank you[/color]

    Cheers,
    thunder


    Comment

    Working...