
Nov 19th, 2007, 19:53
|
 |
Technical Administrator
|
|
Join Date: Jul 2007
Location: Webforumz 24/7
Age: 15
Posts: 3,799
Thanks: 2
Thanked 2 Times in 2 Posts
|
|
|
Re: [SOLVED] PHP Logout Message when redirect
- PHP: Select all
echo "welcome ".$_SESSION['username'].'<br>';
|