<?php
# Prevent errors from showing
error_reporting(0);
# Include Required files
# --------------------------------------------------------------------------------
@include_once("bin/config.ask.php");
@include_once("bin/session.inc.php");
@include_once("bin/functions.inc.php");
# Convert HTML entites
$_common = decode_enties($_common);
$_ask = decode_enties($_ask);
# Set name visitors in the question
if( !empty($_SESSION['name']) )
{
$_ask['question'] = $_SESSION['name'] . ", " . $_ask['question'];
}
?>
content=<font color="#FFCC66" size="<?php echo $_ask['font_size']; ?>px"><b>
“<?php echo html_entity_decode($_ask['question'], ENT_QUOTES); ?>”</b></font>