After the user has inputted their respective username and password, it will be validates and if the submitted information was true, they will redirected a page. Now, I just want to the the php code that captures the username and display it on the page. Like "Welcome BooBoy08 to here..". Please help.
lordx78 0 Junior Poster
Recommended Answers
Jump to PostDepends on your look up feature.
But general idea is:
<? $user=$HTTP_SERVER_VARS["PHP_AUTH_USER"]; ?> Welcome back <b> <?= $user ?>, We have missed you! <br><br>
All 4 Replies
techniner 2 Posting Pro
lordx78 0 Junior Poster
fenixZ 0 Light Poster
nav33n 472 Purple hazed! Team Colleague Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.