View>>> Advertisements| Notifications| Corrigendums| Cancellations| General Notifications| Status Bulletin |
e-Tender | Open (Manual) | Turnkey Tender | Limited Tender Enquiry | Expression of Interest |
session_start(); $_SESSION = array(); session_destroy(); if($_POST[typ]=='Tender'){ Header("Location: http://" . $_SERVER['HTTP_HOST'] . rtrim(dirname($_SERVER['PHP_SELF']), '/\\') . '/cnten1.php'); exit; } if($_POST[typ]=='Adv'){ Header("Location: http://" . $_SERVER['HTTP_HOST'] . rtrim(dirname($_SERVER['PHP_SELF']), '/\\') . '/cnadv1.php'); exit; } if($_POST[typ]=='Notf'){ Header("Location: http://" . $_SERVER['HTTP_HOST'] . rtrim(dirname($_SERVER['PHP_SELF']), '/\\') . '/cnnf1.php'); exit; } if($_POST[typ]=='NotfA'){ Header("Location: http://" . $_SERVER['HTTP_HOST'] . rtrim(dirname($_SERVER['PHP_SELF']), '/\\') . '/cnnfa1.php'); exit; } if($_POST[typ]=='gntf'){ Header("Location: http://" . $_SERVER['HTTP_HOST'] . rtrim(dirname($_SERVER['PHP_SELF']), '/\\') . '/cngntf1.php'); exit; } if($_POST[typ]=='NPR'){ Header("Location: http://" . $_SERVER['HTTP_HOST'] . rtrim(dirname($_SERVER['PHP_SELF']), '/\\') . '/cnnpr1.php'); exit; } ?>