Skip to main content
bonirving
Participating Frequently
October 16, 2009
Answered

Dreamweaver login "How can i get the username to other page?"

  • October 16, 2009
  • 1 reply
  • 918 views

im a beginner in Dreamweaver  CS4 and i learn from just watching videos about tutorial..

i have a big problem..

in ADWCS4 its easy to make a login form....


for those tutorials i've watch i havent encounter how to get the username to another page who login..

im using PHP

hope you can answer my question

This topic has been closed for replies.
Correct answer DwFAQ

http://forums.adobe.com/thread/417437

1 reply

jon8
Inspiring
October 16, 2009

set a session variable.  example

$_SESSION['user'] = $_POST['username']

bonirving
bonirvingAuthor
Participating Frequently
October 16, 2009

sir could you mind if i ask an example.

DwFAQ
DwFAQCorrect answer
Participating Frequently
October 16, 2009

http://forums.adobe.com/thread/417437