The concert sold out drawing a crowd of 3,200 excited fans. As expected, Daughtry rocked it out. We had a blast!
Click Daughtry on our photo album to see more cool pictures of the concert.
<?
// Get current month calendar view
include('calendar.php');
$c = new Calendar;
echo $c->getCurrentMonthView();
?>
<?
include('calendar.php');
class MyCalendar extends Calendar
{
function getDateLink($day, $month, $year)
{
// link January 1 of the current year
$link = "";
if ($day == 1 && $month == 1)
$link = "myLink.php";
return $link;
}
}
$c = new MyCalendar;
echo $c->getCurrentYearView();
?>
My success would not have been possible without the understanding, sacrifice, and encouragement of my primary support group: My beautiful wife Amy and my parents, Lee and Janise Edmiston. Thank you for making my success possible!