Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Can I set up a database when I am not using it?

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #160663
    amidigital
    Participant

    Sorry I know this sounds like a dumb question.

    Client’s website is just simple .html pages. But this login form is asking for id=’databasename’

    Would I need to set up a database just for this login thing?

    <

    form method=’post’ action=’https://www.repagencyworks.com/login.php’&gt;

    Username:

    Password:

     

    #160664
    Alen
    Participant

    Well the form is submitting to login.php can you look in that file and see what’s going on.

    And when posting code, select the code and press the Block Code button above comment form. If you don’t do this, it’s possible some code will get stripped out.

    -Alen

    #160708
    amidigital
    Participant

    Thanks, but that php file is on a different site that is providing this login service.

    When I go to that addresss it doesn’t show anything.
    https://www.repagencyworks.com/login.php

    #160712
    __
    Participant

    databaseid is the html name of the field – it could be anything, and really has no bearing on you (the person filling out the form)*. The label for that field says “Client ID.” Do you have a client id? I would assume you would have received one when you registered on the site.

    * Now, it may have something to do with how the site is programmed—e.g., perhaps the client id is actually used as a primary key in their database. But again, this has nothing to do with you.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Other’ is closed to new topics and replies.