Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Login Help

    I'm creating a webstie which requires users to login but I don't have much
    experience. The page that I have created is in html form. I've added the login
    and password text areas, a login button, and a form; i have selected the
    document type to be php. After I have set this up it tells me that there is no
    table found. I need some help with this one, please if you know how to add
    login areas to a website reply to my topic. Thanks in advance!

    NSSD_webadmin Guest

  2. Similar Questions and Discussions

    1. Strange problem with Forms authentication: After successfull login, login page is still displayed
      Hi there I have a quite strange problem with my ASP.NET-Application. The application has being deployed one year ago and worked fine till last...
    2. user and admin login on same login page
      Hello, I have a user login page which also doubles as my administrator login. Currently, my method of logging in doesnt seem to be working...
    3. Login to admin system through login screen only
      Hi there, I have an issue relating to login to my asp.net application. Basically i have built the standard login page which compares against the...
    4. session problem - login screen continually reloads after pressing the login button
      I am trying to get sessions to work on a log in screen to give certain users access to certain pages/directories. The problem is that when the...
    5. LOGIN: ERROR- Failed to initialize policy manager. (IFOR_PM_FATAL) Login sessions denied.
      Verify that you haven't set the system date by mistake to a far away future. All the licenses then become expired! Restoring the system to the...
  3. #2

    Default Re: Login Help

    in order to this I think you will need a database to store the user name and
    password. or you can use "flat files" otherwise the "System will not remember
    the pass owrd and username.

    Need to read_read and then go get coffee and soda and read somemore. I'm in
    the process of creating login pages for my site. have all kinds of fun:). Good
    luck
    Brad

    action1w Guest

  4. #3

    Default Re: Login Help

    basically you need:

    0.- select a server model (PHP, ASP, JSP,...). it'll depend on wich
    server your site will be hosted
    1.- a Database with a table containing the same fields you have in your
    register form
    2.- connect to the DB
    3.- before login, users need to register. so, you'll need a register
    page where people introduce login, password & any other data you decide
    (email, ...)
    4.- login page

    take a look at DW help: Page with restricted access

    HTH,

    manuel


    NSSD_webadmin wrote:
    > I'm creating a webstie which requires users to login but I don't have much
    > experience. The page that I have created is in html form. I've added the login
    > and password text areas, a login button, and a form; i have selected the
    > document type to be php. After I have set this up it tells me that there is no
    > table found. I need some help with this one, please if you know how to add
    > login areas to a website reply to my topic. Thanks in advance!
    >
    Manuel Socarras Guest

  5. #4

    Default Re: Login Help

    thank you very much for your reply but i'm not sure as to how i make the database
    NSSD_webadmin Guest

  6. #5

    Default Re: Login Help

    begin from the beginning: on wich server your site will be hosted,
    Windows, Linux/Unix? are you developing local or remote?


    NSSD_webadmin wrote:
    > thank you very much for your reply but i'm not sure as to how i make the database
    Manuel Socarras Guest

  7. #6

    Default Re: Login Help

    What server are you using? With the lack of experience with db's you may find
    it easier just to setup a protected area on you server. Not latest and
    greatest tool, but very simple. ie search for "protected area apache". This
    method has nothing to do with Dreamweaver and will take care of the user input
    for you. Good luck.



    cutigerfan Guest

  8. #7

    Default Re: Login Help

    thanks for the tip but i have to have a login. the server runs on windows and it is a remote server

    NSSD_webadmin Guest

  9. #8

    Default Re: Login Help

    If your using PHP, and have access to a MySQL database then my PHP Login
    Suite extension would help you create a complete login system, using either
    session variables or cookies.

    More info at [url]http://www.phploginsuite.co.uk/[/url] . The manuals available as a
    free download in Adobe PDF format so you can see exactly what the suite can
    do.


    --
    Gareth - TMM Dreamweaver
    [url]http://www.dreamweavermxsupport.com/[/url]
    [url]http://www.garethdp.com/[/url]

    PHP Login Suite V2 - 34 Server Behaviors to build a complete Login system.
    [url]http://www.phploginsuite.co.uk/[/url]

    Co-Author: Dreamweaver MX: Instant Troubleshooter - Apress
    Co-Author: Practical Intranet Development - Apress
    Co-Author: Dreamweaver MX: Advanced PHP Web Development - Apress
    Co-Author: Dreamweaver MX: PHP Web Development - Wrox


    gareth Guest

  10. #9

    Default login help

    Hi, I have a feature where a user can login but i would also like to record
    information for each user and allow them to see this when they login again but
    each user may have different information.

    I was just wondering how i could do this?

    Thanks.

    theDude28 Guest

  11. #10

    Default Re: login help

    Could you be more specific. Thanks
    pflynn02 Guest

  12. #11

    Default Re: login help

    Store it in a database.
    Stressed_Simon Guest

  13. #12

    Default Re: login help

    hi well i have created it so that when the user logs in they have to answer a
    few questons but i need a way of storing the results so that the can view their
    results each time they log in. But how do i do that so that the user that logs
    in can just see their result?

    Thanks.

    theDude28 Guest

  14. #13

    Default Re: login help

    Store their data in a database - when they login pull that required data and display it.

    The primary topics you will need to study up on are CFQUERY, SQL, and CFOUTPUT, amongst others.


    SafariTECH Guest

  15. #14

    Default Re: login help

    Hi, Thanks for your reply i have the data stored in a database the problem i am
    having though is showing the data to only the user that is logged in so that
    each user when logged in will be looking at just their own data.

    theDude28 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139