Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
sundap #1
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
-
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... -
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... -
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... -
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... -
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... -
danilocelic AdobeCommunityExpert #2
Re: Dreamweaver CS3 Login user issue
sundap wrote:
What does doesn't work mean?> 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.....
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
-
TareeInternet #3
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



Reply With Quote

