Файловый менеджер - Редактировать - /home/umudio/public_html/repo/activityyearly2.php.tar
Назад
home/umudio/public_html/OLD/activityyearly2.php 0000644 00000034750 14773626157 0015626 0 ustar 00 <?php include("Connecter/dataconn.php"); ?> <?php $nosofdays=""; $ss="Displaying for Current Year"; if (is_numeric($_POST['dyear'])){ $dyear= $_POST['dyear']; $ovo=mktime(0,0,0,1,1,$dyear); $nosofdays= date("t",$ovo); $ss= "Displaying Archdiocesan Activities for " . $_POST['dyear']; } if ($nosofdays=="") { $dyear= date("Y"); $ss= "Displaying Archdiocesan Activities for " . date("Y"); } $ddyear=$dyear+1; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <?php include("head.php"); ?> </head> <body> <?php include("top.php"); ?> <?php include("titlebar.php"); ?> <?php include("mast.php"); ?> <?php include("navbar.php"); ?> <?php include("contenttop.php"); ?> <?php include("sidebar.php"); ?> <?php include("mainbartop.php"); ?> <!--Content Goes here--> <form method="post" name="search" id="search"> <table width="86%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#F7F7F7"> <tr> <td align="center" bgcolor="#E9E9E9"><b>Search By</b></td> <td align="center" valign="middle" bgcolor="#E9E9E9"><strong>Year: <input type="text" name="dyear" maxlength="4" size="4" value="<?php echo date('Y'); ?>" /> </strong></td> <td align="center" valign="middle" bgcolor="#E9E9E9"> <input name="button2" type="submit" class="style14" id="button2" value=" Search " /></td> </tr> </table> </form> <div align="center" style="padding-top:10px;"><a href="upcoming.php">List of Activities</a> | <a href="activitymonthly2.php">View Monthly Calendar</a> </div> <div class="headingbigger" align="center"><hr /><?php echo $ss; ?><hr /></div> <table width="100%" border="0" align="center" cellpadding="2" cellspacing="2"> <tr style="color:#FFFFFF;"> <td width="25%" bgcolor="#606060" align="center"><strong>January <?php echo($dyear); ?></strong></td> <td width="25%" bgcolor="#606060" align="center"><strong>February <?php echo($dyear); ?></strong></td> <td width="25%" bgcolor="#606060" align="center"><strong>March <?php echo($dyear); ?></strong></td> <td width="25%" bgcolor="#606060" align="center"><strong>April <?php echo($dyear); ?></strong></td> </tr> <tr valign='top'> <td bgcolor='#DADADA'><div align='left'> <?php $dmonth=1; $query_expenses = "SELECT sn, activity, archived, fromdate, todate, date_format(fromdate,'%e %b') as fdate, date_format(todate,'%e %b') as tdate FROM calend WHERE month(fromdate) = " . $dmonth . " and year(fromdate) = " . $dyear . " order by fromdate asc"; $expenses = mysql_query($query_expenses, $csn) or die(mysql_error()); while ($row_expenses = mysql_fetch_assoc($expenses)){ echo ("<div style='padding-left:20px; text-indent:-16px'><b>"); echo $row_expenses['fdate']; if($row_expenses['todate']!=""){ echo(" - "); echo $row_expenses['tdate']; } echo (":</b> "); echo ($row_expenses['activity']); echo ("</div>"); } ?> </div></td> <td bgcolor='#DADADA'><div align='left'> <?php $dmonth=2; $query_expenses = "SELECT sn, activity, archived, fromdate, todate, date_format(fromdate,'%e %b') as fdate, date_format(todate,'%e %b') as tdate FROM calend WHERE month(fromdate) = " . $dmonth . " and year(fromdate) = " . $dyear . " order by fromdate asc"; $expenses = mysql_query($query_expenses, $csn) or die(mysql_error()); while ($row_expenses = mysql_fetch_assoc($expenses)){ echo ("<div style='padding-left:20px; text-indent:-16px'><b>"); echo $row_expenses['fdate']; if($row_expenses['todate']!=""){ echo(" - "); echo $row_expenses['tdate']; } echo (":</b> "); echo ($row_expenses['activity']); echo ("</div>"); } ?> </div></td> <td bgcolor='#DADADA'><div align='left'> <?php $dmonth=3; $query_expenses = "SELECT sn, activity, archived, fromdate, todate, date_format(fromdate,'%e %b') as fdate, date_format(todate,'%e %b') as tdate FROM calend WHERE month(fromdate) = " . $dmonth . " and year(fromdate) = " . $dyear . " order by fromdate asc"; $expenses = mysql_query($query_expenses, $csn) or die(mysql_error()); while ($row_expenses = mysql_fetch_assoc($expenses)){ echo ("<div style='padding-left:20px; text-indent:-16px'><b>"); echo $row_expenses['fdate']; if($row_expenses['todate']!=""){ echo(" - "); echo $row_expenses['tdate']; } echo (":</b> "); echo ($row_expenses['activity']); echo ("</div>"); } ?> </div></td> <td bgcolor='#DADADA'><div align='left'> <?php $dmonth=4; $query_expenses = "SELECT sn, activity, archived, fromdate, todate, date_format(fromdate,'%e %b') as fdate, date_format(todate,'%e %b') as tdate FROM calend WHERE month(fromdate) = " . $dmonth . " and year(fromdate) = " . $dyear . " order by fromdate asc"; $expenses = mysql_query($query_expenses, $csn) or die(mysql_error()); while ($row_expenses = mysql_fetch_assoc($expenses)){ echo ("<div style='padding-left:20px; text-indent:-16px'><b>"); echo $row_expenses['fdate']; if($row_expenses['todate']!=""){ echo(" - "); echo $row_expenses['tdate']; } echo (":</b> "); echo ($row_expenses['activity']); echo ("</div>"); } ?> </div></td> </tr> <tr style="color:#FFFFFF;"> <td width="25%" bgcolor="#606060" align="center"><strong>May <?php echo($dyear); ?></strong></td> <td width="25%" bgcolor="#606060" align="center"><strong>June <?php echo($dyear); ?></strong></td> <td width="25%" bgcolor="#606060" align="center"><strong>July <?php echo($dyear); ?></strong></td> <td width="25%" bgcolor="#606060" align="center"><strong>August <?php echo($dyear); ?></strong></td> </tr> <tr valign='top'> <td bgcolor='#DADADA'><div align='left'> <?php $dmonth=5; $query_expenses = "SELECT sn, activity, archived, fromdate, todate, date_format(fromdate,'%e %b') as fdate, date_format(todate,'%e %b') as tdate FROM calend WHERE month(fromdate) = " . $dmonth . " and year(fromdate) = " . $dyear . " order by fromdate asc"; $expenses = mysql_query($query_expenses, $csn) or die(mysql_error()); while ($row_expenses = mysql_fetch_assoc($expenses)){ echo ("<div style='padding-left:20px; text-indent:-16px'><b>"); echo $row_expenses['fdate']; if($row_expenses['todate']!=""){ echo(" - "); echo $row_expenses['tdate']; } echo (":</b> "); echo ($row_expenses['activity']); echo ("</div>"); } ?> </div></td> <td bgcolor='#DADADA'><div align='left'> <?php $dmonth=6; $query_expenses = "SELECT sn, activity, archived, fromdate, todate, date_format(fromdate,'%e %b') as fdate, date_format(todate,'%e %b') as tdate FROM calend WHERE month(fromdate) = " . $dmonth . " and year(fromdate) = " . $dyear . " order by fromdate asc"; $expenses = mysql_query($query_expenses, $csn) or die(mysql_error()); while ($row_expenses = mysql_fetch_assoc($expenses)){ echo ("<div style='padding-left:20px; text-indent:-16px'><b>"); echo $row_expenses['fdate']; if($row_expenses['todate']!=""){ echo(" - "); echo $row_expenses['tdate']; } echo (":</b> "); echo ($row_expenses['activity']); echo ("</div>"); } ?> </div></td> <td bgcolor='#DADADA'><div align='left'> <?php $dmonth=7; $query_expenses = "SELECT sn, activity, archived, fromdate, todate, date_format(fromdate,'%e %b') as fdate, date_format(todate,'%e %b') as tdate FROM calend WHERE month(fromdate) = " . $dmonth . " and year(fromdate) = " . $dyear . " order by fromdate asc"; $expenses = mysql_query($query_expenses, $csn) or die(mysql_error()); while ($row_expenses = mysql_fetch_assoc($expenses)){ echo ("<div style='padding-left:20px; text-indent:-16px'><b>"); echo $row_expenses['fdate']; if($row_expenses['todate']!=""){ echo(" - "); echo $row_expenses['tdate']; } echo (":</b> "); echo ($row_expenses['activity']); echo ("</div>"); } ?> </div></td> <td bgcolor='#DADADA'><div align='left'> <?php $dmonth=8; $query_expenses = "SELECT sn, activity, archived, fromdate, todate, date_format(fromdate,'%e %b') as fdate, date_format(todate,'%e %b') as tdate FROM calend WHERE month(fromdate) = " . $dmonth . " and year(fromdate) = " . $dyear . " order by fromdate asc"; $expenses = mysql_query($query_expenses, $csn) or die(mysql_error()); while ($row_expenses = mysql_fetch_assoc($expenses)){ echo ("<div style='padding-left:20px; text-indent:-16px'><b>"); echo $row_expenses['fdate']; if($row_expenses['todate']!=""){ echo(" - "); echo $row_expenses['tdate']; } echo (":</b> "); echo ($row_expenses['activity']); echo ("</div>"); } ?> </div></td> </tr> <tr style="color:#FFFFFF;"> <td width="25%" bgcolor="#606060" align="center"><strong>September <?php echo($dyear); ?></strong></td> <td width="25%" bgcolor="#606060" align="center"><strong>October <?php echo($dyear); ?></strong></td> <td width="25%" bgcolor="#606060" align="center"><strong>November <?php echo($dyear); ?></strong></td> <td width="25%" bgcolor="#606060" align="center"><strong>December <?php echo($dyear); ?></strong></td> </tr> <tr valign='top'> <td bgcolor='#DADADA'><div align='left'> <?php $dmonth=9; $query_expenses = "SELECT sn, activity, archived, fromdate, todate, date_format(fromdate,'%e %b') as fdate, date_format(todate,'%e %b') as tdate FROM calend WHERE month(fromdate) = " . $dmonth . " and year(fromdate) = " . $dyear . " order by fromdate asc"; $expenses = mysql_query($query_expenses, $csn) or die(mysql_error()); while ($row_expenses = mysql_fetch_assoc($expenses)){ echo ("<div style='padding-left:20px; text-indent:-16px'><b>"); echo $row_expenses['fdate']; if($row_expenses['todate']!=""){ echo(" - "); echo $row_expenses['tdate']; } echo (":</b> "); echo ($row_expenses['activity']); echo ("</div>"); } ?> </div></td> <td bgcolor='#DADADA'><div align='left'> <?php $dmonth=10; $query_expenses = "SELECT sn, activity, archived, fromdate, todate, date_format(fromdate,'%e %b') as fdate, date_format(todate,'%e %b') as tdate FROM calend WHERE month(fromdate) = " . $dmonth . " and year(fromdate) = " . $dyear . " order by fromdate asc"; $expenses = mysql_query($query_expenses, $csn) or die(mysql_error()); while ($row_expenses = mysql_fetch_assoc($expenses)){ echo ("<div style='padding-left:20px; text-indent:-16px'><b>"); echo $row_expenses['fdate']; if($row_expenses['todate']!=""){ echo(" - "); echo $row_expenses['tdate']; } echo (":</b> "); echo ($row_expenses['activity']); echo ("</div>"); } ?> </div></td> <td bgcolor='#DADADA'><div align='left'> <?php $dmonth=11; $query_expenses = "SELECT sn, activity, archived, fromdate, todate, date_format(fromdate,'%e %b') as fdate, date_format(todate,'%e %b') as tdate FROM calend WHERE month(fromdate) = " . $dmonth . " and year(fromdate) = " . $dyear . " order by fromdate asc"; $expenses = mysql_query($query_expenses, $csn) or die(mysql_error()); while ($row_expenses = mysql_fetch_assoc($expenses)){ echo ("<div style='padding-left:20px; text-indent:-16px'><b>"); echo $row_expenses['fdate']; if($row_expenses['todate']!=""){ echo(" - "); echo $row_expenses['tdate']; } echo (":</b> "); echo ($row_expenses['activity']); echo ("</div>"); } ?> </div></td> <td bgcolor='#DADADA'><div align='left'> <?php $dmonth=12; $query_expenses = "SELECT sn, activity, archived, fromdate, todate, date_format(fromdate,'%e %b') as fdate, date_format(todate,'%e %b') as tdate FROM calend WHERE month(fromdate) = " . $dmonth . " and year(fromdate) = " . $dyear . " order by fromdate asc"; $expenses = mysql_query($query_expenses, $csn) or die(mysql_error()); while ($row_expenses = mysql_fetch_assoc($expenses)){ echo ("<div style='padding-left:20px; text-indent:-16px'><b>"); echo $row_expenses['fdate']; if($row_expenses['todate']!=""){ echo(" - "); echo $row_expenses['tdate']; } echo (":</b> "); echo ($row_expenses['activity']); echo ("</div>"); } ?> </div></td> </tr> </table> <!--Content Ends here--> <?php include("mainbarbottom.php"); ?> <?php include("contentbottom.php"); ?> <?php include("footbar.php"); ?> <?php include("bottom.php"); ?> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 5.6.40 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка