Hey all
How can i capture the username, which is being input in a textbox, and pass it to another page?
Login.php
Example,
username: admin
Welcome.php
it should display,
Welcome, admin
How can i achieve this?
Using dtreamweaver with PHP language
Thanks