Dreamweaver CS3 Login user issue

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Dreamweaver CS3 Login user issue

    Hey , i am pretty new to PHP and MYSQL. I have a login page that uses
    Dreamweaver CS3's Log In User built in function. However, when succesfully
    logged in, I want to create a page that says Hello John, or Welcome Bob
    according to the user that logs in and have been unsuccessful so far. I go to
    the correct page but it says Welcome ( Blank Space)

    any thoughts? i tried this
    [url]http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15398&sliceId=2[/url]

    and that doesnt work for me either.....

    what am i missing here? any help is greatly appreciated

    sundap Guest

  2. Similar Questions and Discussions

    1. User Login in dreamweaver PHP
      Hi was wondering how to adapt or edit the Log in User behaviour in PHP to add session or url variables; I have done this with ASP but not PHP. I...
    2. Login user issue - help!
      Hi - using ASP/Access/Vbscript. Working on a system where users can rate products in a webshop in the following steps; 1. User browse to a...
    3. 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...
    4. Dreamweaver login user behavior
      Hello, I am working with Dreamweaver MX 2004 and PHP/MySql and I am messing about with the login user behaviour. I can see that there is a...
    5. User changing something on a form makes asp.net take user to login page
      Hi, I have an application that displays the database table records on the web page, the user can navigate thru the contents and make changes and...
  3. #2

    Default Re: Dreamweaver CS3 Login user issue

    sundap wrote:
    > Hey , i am pretty new to PHP and MYSQL. I have a login page that uses
    > Dreamweaver CS3's Log In User built in function. However, when succesfully
    > logged in, I want to create a page that says Hello John, or Welcome Bob
    > according to the user that logs in and have been unsuccessful so far. I go to
    > the correct page but it says Welcome ( Blank Space)
    >
    > any thoughts? i tried this
    > [url]http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15398&sliceId=2[/url]
    >
    > and that doesnt work for me either.....
    What does doesn't work mean?

    Once the user has logged in, can you output the MM_Username session variable to the page (in particular the page that the log in user behavior has set for a successful log in)? You can do that by simply selecting it in the Bindings panel and dragging into the design view then previewing the page (after you've logged in of course).

    Also to get better responses (and more folks looking at it), you should probably post this in the Dreamweaver Application dev group:
    [url]http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=12&catid=263&entercat=y[/url]


    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert Guest

  4. #3

    Default Re: Dreamweaver CS3 Login user issue

    Yes if you are getting a blank space where the username should be, you are
    nearly there but it seems you are not using the session variable for usernames.

    You are logging in, but it's not associating the login with a user. So setup
    the MM_Username or if you have done that, check it over for errors.

    TareeInternet 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