Skip to main content
March 16, 2007
Question

Dreamweaver login server behaviour?

  • March 16, 2007
  • 1 reply
  • 546 views
This is my page that uses dreamweaver's login behaviour:
Now I want to change, add or edit without losing the login behaviour option in the Applications panel?
Any ideas of how to?


Cheers
West
This topic has been closed for replies.

1 reply

Inspiring
March 16, 2007
Westmatrix99 wrote:
> This is my page that uses dreamweaver's login behaviour:
> Now I want to change, add or edit without losing the login behaviour option in
> the Applications panel?
> Any ideas of how to?

It depends what you want to edit. If you make any changes to the code
created by the server behavior, you can no longer open the server
behavior dialog box through the Applications panel. If you make your
changes outside the server behavior code, it remains accessible.

--
David Powers, Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "PHP Solutions" (friends of ED)
http://foundationphp.com/
March 16, 2007
Ok this is my ASP page same idea:

MM_rsUser.Source = "SELECT txtUsername, txtPassword, intUserID" ' this I added as needed it

Session("MM_UserID") = MM_rsUser("intUserID") ' same here added as needed it

But in PHP can't do or where do I do this?