Calender Code of setting.php

<?php
include('databaseConnection.php');

// Grab the settings here for use in the script.
$getSettings = mysql_query("SELECT * FROM settings WHERE id='1' LIMIT 1");
if($getSettings) {
extract(mysql_fetch_array($getSettings), EXTR_PREFIX_ALL, 's');
$dayColor = $s_dayColor;
$weekendColor = $s_weekendColor;
$todayColor = $s_todayColor;
$eventColor = $s_eventColor;
$iteratorColor1 = $s_iteratorColor1;
$iteratorColor2 = $s_iteratorColor2;
} else {
die("Could not get settings.");
}
?>
calender software, calender software reviews, free calender software, hijri calender conversion software, calender software for recurring events and weekend spanning, insert calender events

Comments

Popular posts from this blog

Opencart error: Notice: Trying to access array offset on value of type null in ..../vendor/scss.inc.php on line 1753

Collection of customer function and its description in Opencart