Help To Create & Use Data From Database

Discussion in 'MySQL' started by you-cubez, Apr 17, 2007.

  1. #1
    Hi there - Ok... here's what I would like to do.

    I would like a simple form where the customer enters 4/5 pieces of information and is then stored in a database.

    The second thing I would like to do is... create a page where the customer enters their e-mail and password. If they are both correct... then I would like them to be taken to a page. If it is wrong, then I would like them to be informed and asked to re-enter their details.

    Can anyone help? I am willing to pay
     
    you-cubez, Apr 17, 2007 IP
  2. druidelder

    druidelder Peon

    Messages:
    285
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I am not offering my services, as I do not have time. However, you may get bettr responses if you provide more information.

    Is this for an existing site or a totally new site?
    If it is for a new site, is there already a host for it?
    What programming/scripting language/framework would it need to be in: PHP, ASP, ASP.Net, etc... (this will depend on where it is being hosted)?
    What database software would it use: MySQL, MS-SQL, etc... (also dependant on host)?
     
    druidelder, Apr 17, 2007 IP
  3. you-cubez

    you-cubez Active Member

    Messages:
    842
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Hi - it is for an existing site. So far... I have created a form in PHP which allow customers information to be stored in a database (My SQL)

    So... all I need now is a page where the customer enters their username and password to access another page. Any ideas?
     
    you-cubez, Apr 18, 2007 IP
  4. cakker

    cakker Well-Known Member

    Messages:
    165
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    140
    Digital Goods:
    1
    #4
    Hi, if you need any help, just let me know.
    krisztian
     
    cakker, Apr 18, 2007 IP
  5. you-cubez

    you-cubez Active Member

    Messages:
    842
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    60
    #5
    Hi - Ok... so I have created the login.php page now which then takes them to members.php. How do I enter .HTML into the members.PHP file?
     
    you-cubez, Apr 18, 2007 IP
  6. weknowtheworld

    weknowtheworld Guest

    Messages:
    306
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Is it .html and .php ?
     
    weknowtheworld, Apr 18, 2007 IP
  7. you-cubez

    you-cubez Active Member

    Messages:
    842
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    60
    #7
    Hi - Basically I have a .php file show below:

    And as far as I'm aware that should display "Hi" once the member logs in, but all I get it a blank screen.... any ideas?
     
    you-cubez, Apr 18, 2007 IP