"Log In User" server behavior (PHP/MySQL)

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

  1. #1

    Default Re: "Log In User" server behavior (PHP/MySQL)

    Hi, I have Dreamweaver MX and I am trying to create a log in page etc, but when
    I click the server behaviours the user authentication behaviour is not there.
    Is this the case for php/mysql in MX? Do I have to upgrade to 2004?

    sjb34 Guest

  2. Similar Questions and Discussions

    1. "New Server Behavior ... " problems
      I am trying to apply the "New Server Behavior ..." feature of Dreamweaver 8 found under the Add Server Behavior tab. If I use a variable and apply...
    2. mysql-admin: Clicking "User Administration" causes app to hang
      I'm running mysql (MySQL 5.0.18-Debian_8-log), on debian sid (kde 3.5). I am having a problem with mysql-admin (MySQL Client Version 5.0.18). All...
    3. MySQLInstanceConfig.exe erases ".\MySQL\MySQL Server 5.0\bin" from the PATH
      Hi, I'm running MySQL 5.0 on WinXP-Pro/SP2. In my ignorance, I ran MySQLInstanceConfig.exe and clicked through all its pages every time I...
    4. "Show If" server behavior for a single record
      Does anyone know if this is possible? For example... I have a record within a recordset that includes images, but if the field is empty I would...
    5. Can actionscript change a "Button's" "Behavior"?
      While a movie is playing in "level 0" a button is pressed to launch another movie in "level 1". Is there a way to change the button that was pressed...
  3. #2

    Default Re: "Log In User" server behavior (PHP/MySQL)

    sjb34 wrote:
    > Hi, I have Dreamweaver MX and I am trying to create a log in page etc, but when
    > I click the server behaviours the user authentication behaviour is not there.
    > Is this the case for php/mysql in MX? Do I have to upgrade to 2004?
    MX doesn't include user authentication for PHP. MX 2004 does, but the
    code is faulty. I would wait for the next version of Dreamweaver
    (expected later this year) if that's the main reason you're interested
    in upgrading.

    --
    David Powers
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    Co-author "PHP Web Development with DW MX 2004" (Apress)
    [url]http://computerbookshelf.com[/url]
    David Powers Guest

  4. #3

    Default Re: "Log In User" server behavior (PHP/MySQL)

    Hi David

    Thanks for your input. The code being faulty in mx2004 in the user
    authenication server behaviour, is that on the logout user? I am having a
    nightmare with it, as it keeps coming up with undefined variable, when it is
    clearly defined, and register_globals is off which is required for that script
    to run. I downloaded the trial of mx2004 just so I could get on with the
    tutorial, but I think I have hit a brick wall. And even when I run the
    blog_samples files from the webiste tutorial, it won't run and just comes up
    with session already started and I can't get beyond it. It's back to hard
    coding of PHP I think, and spending more time trying to write a log in script.
    Unless you could point me in the direction of one which could be nicely
    customisable?

    sjb34 Guest

  5. #4

    Default Re: "Log In User" server behavior (PHP/MySQL)

    sjb34 wrote:
    > The code being faulty in mx2004 in the user
    > authenication server behaviour, is that on the logout user?
    All the details are in the first post in this thread on the friends of
    ED forum:

    [url]http://friendsofed.infopop.net/2/OpenTopic?a=tpc&s=989094322&f=8033053165&m=3241024 21&r=324102421#324102421[/url]

    That explains what's wrong with the script, and how to fix it.

    --
    David Powers
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    Co-author "PHP Web Development with DW MX 2004" (Apress)
    [url]http://computerbookshelf.com[/url]
    David Powers Guest

  6. #5

    Default Re: "Log In User" server behavior (PHP/MySQL)

    Nice one David.
    Thanks for the advice.
    sjb34 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