Chat @ -= ApnaHub.com =- Our Own Site
" tag.
// Both values are boolean. See explanations in 'index.lib.php3' file.
send_headers(1,1);
?>
'
// You can put html statements right after the "" tag or add
// php code here.
$Is_Error = (isset($Error));
if (isset($HTTP_COOKIE_VARS))
{
if (isset($HTTP_COOKIE_VARS["CookieUsername"])) $CookieUsername = $HTTP_COOKIE_VARS["CookieUsername"];
if (isset($HTTP_COOKIE_VARS["CookieRoom"])) $CookieRoom = $HTTP_COOKIE_VARS["CookieRoom"];
if (isset($HTTP_COOKIE_VARS["CookieRoomType"])) $CookieRoomType = $HTTP_COOKIE_VARS["CookieRoomType"];
};
$Username = (isset($CookieUsername) ? $CookieUsername : "");
$Room_name = (isset($CookieRoom) ? $CookieRoom : "");
$Room_type = (isset($CookieRoomType) ? $CookieRoomType : "");
layout($Is_Error,$Username,$Room_name,$Room_type);
// You can add php code here, or add html statements before the "" tag.
?>