error_reporting(E_ALL ^ E_NOTICE);
$connect=mysql_connect("mysql50-62.wc2.dfw1.stabletransit.com","481550_mef","Media4321");
mysql_select_db("481550_mef",$connect)or die(mysql_error());
$nextwf=date('d-m-Y', strtotime('-7 days'));
$lastwf=date('d-m-Y', strtotime('+7 days'));
$nextm=date('d-m-Y', strtotime('-3 months'));
$lastwf=explode("-",$lastwf);
$lastw=$lastwf[2] . "-" . $lastwf[1] . "-" . $lastwf[0];
$today=date("Y-m-j");
$nextm=explode("-",$nextm);
$nextmf=$nextm[2] . "-" . $nextm[1] . "-" . $nextm[0];
$nextwf=explode("-",$nextwf);
$nextw=$nextwf[2] . "-" . $nextwf[1] . "-" . $nextwf[0];
?>
|
|
Recent Issue |
Name |
Opening Date |
Price |
Closing Date |
|
|
|
function issue_detail()
{
$lastwf=date('d-m-Y', strtotime('+7 days'));
$nextwf=date('d-m-Y', strtotime('-7 days'));
$lastwf=explode("-",$lastwf);
$lastw=$lastwf[2] . "-" . $lastwf[1] . "-" . $lastwf[0];
$nextwf=explode("-",$nextwf);
$nextw=$nextwf[2] . "-" . $nextwf[1] . "-" . $nextwf[0];
?>
}
?>