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

  1. #1

    Default UserId

    I have created a login page and a order page. The problem I am have is when I
    submit a order I need the users id to be put in the userId column of the orders
    table in the data base. I am not realy sure on how this is done. Everything
    else works great just all the user ids show up as 0's.


    Tanks, Jeff

    tank180 Guest

  2. Similar Questions and Discussions

    1. update on userid and productid
      Hi all.... I'm trying to create an update page to update a product based on the userid and productid. Is this possible? if not how could it be...
    2. Where to store UserID/Password
      Hi, Where can I store username password information my ASP.NET project. I am not using any database. I preferred to store in Application...
    3. userid and password in html ?
      I need to link to a 2nd web site/page (different host name) from a link on my primary web page. i.e. from a page on www.pcwp.com I need to link...
    4. Get userID from Active Directory.
      I first post this to win2000.active_directory group and I find out it may be a wrong group. I hope this group can help me. Hello, In ASP...
    5. DB2 v7.2 AIX fenced-userid change ?
      Is it possible to change the fenced-userid for an instance, without dropping and re-creating that instance ? Environment: AIX and DB2 version 7.2...
  3. #2

    Default Re: UserId

    Assuming you are using the standard MM login behaviours then your userID
    should have been assigned to a session variable called MM_UserName. Simply
    use this in the insert statement, or create a hidden field to hold it and
    set it to be the value of the field
    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "tank180" <webforumsuser@macromedia.com> wrote in message
    news:d1t24v$9gk$1@forums.macromedia.com...
    > I have created a login page and a order page. The problem I am have is
    when I
    > submit a order I need the users id to be put in the userId column of the
    orders
    > table in the data base. I am not realy sure on how this is done.
    Everything
    > else works great just all the user ids show up as 0's.
    >
    >
    > Tanks, Jeff
    >

    Paul Whitham TMM Guest

  4. #3

    Default Re: UserId

    So the username on the login isn't assigned to the MM_Username its the user id that is?
    tank180 Guest

  5. #4

    Default Re: UserId

    The username is assigned to the MM_Userername because I tryed displaying it on
    the orders page and it shows the user that is logged in not the users id. Is
    there some why to get the user id out of that too?

    tank180 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