PHP - Login and updating member records

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

  1. #1

    Default PHP - Login and updating member records

    I'm trying to to allow members to login to my site, and allow them to update
    their personal information. I know you have to past the user information
    through URL Parameters, however, I am not configuring it properly, as it will
    always show the 1st record in the database. Can anyone help me??

    Thank you


    d_dot_b Guest

  2. Similar Questions and Discussions

    1. Member Login Help Needed
      Can someone help me?! I need to create a member login from for my site. I do not know how to set up a database to it though. I have the Mx...
    2. Updating Multi records
      Is there any way to update muliple records in one database table in one go?
    3. help with member login
      matt307 wrote: <?php if(validated(@$_POST)) { $user = $_POST; include_once "script_that_expects_user_to_be_defined.php"; } else {...
    4. Updating records when using a subform
      On Wed, 23 Jul 2003 12:39:22 -0700, "JohnL" <johnlaidlaw@nospamtalk21.com> wrote: <ftp.ipswitch.com>
    5. Updating Multiple Records
      I have a table in a database that contains all my photos. The fields are like Name, SRC, GalleryName, DateAdded, SpecialStyle. The only one you may...
  3. #2

    Default Re: PHP - Login and updating member records

    d_dot_b wrote:
    > I'm trying to to allow members to login to my site, and allow them to update
    > their personal information. I know you have to past the user information
    > through URL Parameters, however, I am not configuring it properly, as it will
    > always show the 1st record in the database. Can anyone help me??

    You should ask this in the Application Development group where the
    server side and db folks hang out:
    [url]http://www.macromedia.com/cfusion/webforums/forum/categories.cfm?catid=263[/url]

    You will need to post your code for folks to determine what has gone awry.

    --
    Danilo Celic
    | Extending Knowledge Daily : [url]http://CommunityMX.com/[/url]
    | Team Macromedia for Dreamweaver : [url]http://macromedia.com/go/team/[/url]
    danilocelic *TMM* 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