Quote:
Originally posted by g-force2k2
Tony DiMera just use the phpinclude template and use an if else statement to change ie::
PHP Code:
if($bbuserinfo[userid] == 0) {
// register button info here
} else {
// logout button info here
}
And now its a done deal regards...
g-force2k2
|
I did and this is what I get?
Quote:
Parse error: parse error, unexpected T_STRING in /www/users/sedai/GrendelsLair/global.php(302) : eval()'d code on line 7
|