<?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
Webocreation
- Internship Report at a Leading Bank: Insights, Learning, and Key Takeaways - 9/29/2024 - Rupak Nepali
- 6 Core AI/ML Development Services Challenges and Their Solutions - 9/26/2024 - Rupak Nepali
- Boost Your Institution’s Communication through the GirikSMS App - 9/23/2024 - Rupak Nepali
- Opencart 4 Server Setup, SSL, FTP, Email, Database connection - 9/6/2024 - Rupak Nepali
- Domain Registration for eCommerce website - 9/5/2024 - Rupak Nepali
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment