I found this in the scripts user forum:
Quote:
Hi. Yes, you can do it! Just add this to the webpage, in the place you want to display it:
PHP Code:
<?php echo "Logged in as $slogin_Username"; ?>
So, for example, if you have a header file (like header.inc.php) you could add it there too. For example:
PHP Code:
<html>
<head>
<title><?php echo $slogin_pagetitle;?></title>
</head>
<body>
<p><?php echo "Welcome $slogin_Username"; ?></p>
And then all pages would display the "Welcome xxxxx" message.
|
http://www.mariovaldez.net/webapps/f...7c425c71645a34