...

Customizing welcome screen

kosstr12
02-15-2008, 01:25 PM
I need to know how to post a username on my page from my database, but only if the user log's in correctly...can anyone help?

Deacon Frost
02-15-2008, 01:30 PM
Should be pretty simple :S. Just..


<?
//check if user is logged in
if($loggedin)
{
echo "Welcome".$username."!";
}
else
{
echo "Welcome Guest!";
}
?>


Where $loggedin would be if the session is equal to the value needed to view it.



EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum