function usingSSLConnection() { return ((isset($_SERVER['HTTPS']) && ($_SERVER['HTTPS'] == 'on')) || getenv('SSL_PROTOCOL_VERSION')); } session_start(); $_SESSION['flag']=1; include("config.inc.php"); $sql="select * from c_styles WHERE cs_page='glowing'"; $rs=mysql_query($sql) or die(mysql_error()); ?>
include("includes/left-menu.php");?> |
|