File "about_news.php"
Full path: /home/fsibplc/public_html/fsib/about_news.php
File
size: 57.33 B (57.33 KB bytes)
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor Back
<div id="cn" class="tabcontent">
<!-- Corporate News -->
<div class="container history_container">
<h4 class="tab_title">Corporate News</h4>
<div class="accordion" id="accordionAgreement">
<?php //dynamic start
// if(isset($_GET['title']))
// {
$name = 'Corporate News';//mysqli_real_escape_string($con, $_GET['title']);
$category = "SELECT id, slug, name FROM categories WHERE name = '$name' AND status ='0' LIMIT 1";
$category_run = mysqli_query($con, $category);
if(mysqli_num_rows($category_run) > 0)
{
$categoryItem = mysqli_fetch_array($category_run);
$category_id = $categoryItem['id'];
$category_name = $categoryItem['name'];
?> <h1 class="mb-3 text-center" style="font-weight:bold;color:#2D3192"><?php //echo $category_name;?></h1>
<?php
$posts = "SELECT * FROM posts WHERE category_id = '$category_id' AND status =0 ORDER BY STR_TO_DATE(date, '%d-%m-%Y') DESC";
$posts_run = mysqli_query($con, $posts);
if(mysqli_num_rows($posts_run) > 0)
{
foreach( $posts_run as $postItem)
{
?>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFair<?=$postItem['id'];?>">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFair<?=$postItem['id'];?>" aria-expanded="true" aria-controls="collapseFair<?=$postItem['id'];?>">
<i class="fa-solid fa-square-plus fa-lg"></i><span><?=$postItem['date'];?>
</span> | <?=$postItem['name'];?>
</button>
</h2>
<div id="collapseFair<?=$postItem['id'];?>" class="accordion-collapse collapse" aria-labelledby="headingFair1" data-bs-parent="#accordionFair">
<div class="accordion-body">
<img src="<?=$postItem['image'];?>" alt>
<?php
$description ="";
$description = $postItem['description'];
// $description = stripslashes($description);
$description = str_replace('\r\n', ' ', $description);
$description = str_replace("\'", "'", $description);
?>
<p><?=$description;?></p>
</div>
</div>
</div>
<?php
}
}else{
?>
<h4>No Posts Available.</h4>
<?php
}
}
//dynamic end
?>
</div>
</div>
</div>
<!-- Corporate News -->
<div id="csr" class="tabcontent">
<!-- CSR Content -->
<div class="container history_container">
<!-- <img src="resources/product/agent.png" alt="pic3" width="100" height="100"> -->
<!-- <h4 class="tab_title">Agent Banking</h4> -->
<div class="tab news_media_tab d-flex justify-content-center">
<button class="tablinks" onclick="openVTab(event, 'events')"><i class="fa-regular fa-file-lines"></i><span>Events</span></button>
<button class="tablinks" onclick="openVTab(event, 'scholarship')"><i class="fa-regular fa-file-lines"></i><span>Scholarship</span></button>
</div>
<div id="events" class="v_tabcontent">
<div class="accordion" id="accordionevents">
<?php //dynamic start
// if(isset($_GET['title']))
// {
$name = 'Events';//mysqli_real_escape_string($con, $_GET['title']);
$category = "SELECT id, slug, name FROM categories WHERE name = '$name' AND status ='0' LIMIT 1";
$category_run = mysqli_query($con, $category);
if(mysqli_num_rows($category_run) > 0)
{
$categoryItem = mysqli_fetch_array($category_run);
$category_id = $categoryItem['id'];
$category_name = $categoryItem['name'];
?> <h1 class="mb-3 text-center" style="font-weight:bold;color:#2D3192"><?php //echo $category_name;?></h1>
<?php
$posts = "SELECT * FROM posts WHERE category_id = '$category_id' AND status =0 ORDER BY STR_TO_DATE(date, '%d-%m-%Y') DESC";
$posts_run = mysqli_query($con, $posts);
if(mysqli_num_rows($posts_run) > 0)
{
foreach( $posts_run as $postItem)
{
?>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFair<?=$postItem['id'];?>">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFair<?=$postItem['id'];?>" aria-expanded="true" aria-controls="collapseFair<?=$postItem['id'];?>">
<i class="fa-solid fa-square-plus fa-lg"></i><span><?=$postItem['date'];?>
</span> | <?=$postItem['name'];?>
</button>
</h2>
<div id="collapseFair<?=$postItem['id'];?>" class="accordion-collapse collapse" aria-labelledby="headingFair1" data-bs-parent="#accordionFair">
<div class="accordion-body">
<img width="1000" src="<?=$postItem['image'];?>" alt>
<?php
$description ="";
$description = $postItem['description'];
// $description = stripslashes($description);
$description = str_replace('\r\n', ' ', $description);
$description = str_replace("\'", "'", $description);
?>
<p><?=$description;?></p>
</div>
</div>
</div>
<?php
}
}else{
?>
<h4>No Posts Available.</h4>
<?php
}
}
//dynamic end
?>
<!-- <div class="accordion-item">
<h2 class="accordion-header" id="headingevents1">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseevents1" aria-expanded="true" aria-controls="collapseevents1">
<i class="fa-solid fa-square-plus fa-lg"></i><span>21, Nov 2023 </span> | First Security Islami Bank PLC. has provided 1 lakh 25 thousand pieces of blankets to the relief fund of the honorable Prime Minister for the needy and cold people of the country.
</button>
</h2>
<div id="collapseevents1" class="accordion-collapse collapse" aria-labelledby="headingevents1" data-bs-parent="#accordionevents">
<div class="accordion-body">
<img src="resources/news/csr/slider.png" alt="">
<p>First Security Islami Bank PLC. has provided 1 lakh 25 thousand pieces of blankets to the relief fund of the honorable Prime Minister for the needy and cold people of the country. On this occasion, Mr. Syed Waseque Md. Ali, Managing Director of First Security Islami Bank PLC. handed over specimen blanket to Honorable Prime Minister Sheikh Hasina in an event organized at Ganabhaban on 10 November 2023.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingevents2">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseevents2" aria-expanded="false" aria-controls="collapseevents2">
<i class="fa-solid fa-square-plus fa-lg"></i><span>14, Aug 2023 </span> | First Security Islami Bank organized a discussion meeting and doa-mahfil on the occasion of National Mourning Day
</button>
</h2>
<div id="collapseevents2" class="accordion-collapse collapse" aria-labelledby="headingevents2" data-bs-parent="#accordionevents">
<div class="accordion-body">
<img src="resources/news/csr/FSIBL-Press-Release_FSIBL-arranged-a-doa-mahfil-on-National-Mourning-Day-picture1.jpg" alt="">
<p>On the 48th death anniversary of the Father of the Nation Bangabandhu Sheikh Mujibur Rahman, First Security Islami Bank Limited organized a discussion meeting and doa-mahfil to pray for the peace of the souls of Father of the Nation Bangabandhu Sheikh Mujibur Rahman and all other martyred members of his family. Syed Waseque Md. Ali, Managing Director of the bank presided over the discussion meeting and doa-mahfil. Among others, Abdul Aziz and Muhammad Mustafa Khair, Additional Managing Director(s), Mr. Md. Masudur Rahman Shah, Deputy Managing Director, Divisional Heads of Head Office along with other executive and officials were present in the […]</p>
</div>
</div>
</div> -->
</div>
</div>
<div id="scholarship" class="v_tabcontent">
<div class="accordion" id="accordionscholarship">
<?php //dynamic start
// if(isset($_GET['title']))
// {
$name = 'Scholarship';//mysqli_real_escape_string($con, $_GET['title']);
$category = "SELECT id, slug, name FROM categories WHERE name = '$name' AND status ='0' LIMIT 1";
$category_run = mysqli_query($con, $category);
if(mysqli_num_rows($category_run) > 0)
{
$categoryItem = mysqli_fetch_array($category_run);
$category_id = $categoryItem['id'];
$category_name = $categoryItem['name'];
?> <h1 class="mb-3 text-center" style="font-weight:bold;color:#2D3192"><?php //echo $category_name;?></h1>
<?php
$posts = "SELECT * FROM posts WHERE category_id = '$category_id' AND status =0 ORDER BY STR_TO_DATE(date, '%d-%m-%Y') DESC";
$posts_run = mysqli_query($con, $posts);
if(mysqli_num_rows($posts_run) > 0)
{
foreach( $posts_run as $postItem)
{
?>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFair<?=$postItem['id'];?>">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFair<?=$postItem['id'];?>" aria-expanded="true" aria-controls="collapseFair<?=$postItem['id'];?>">
<i class="fa-solid fa-square-plus fa-lg"></i><span><?=$postItem['date'];?>
</span> | <?=$postItem['name'];?>
</button>
</h2>
<div id="collapseFair<?=$postItem['id'];?>" class="accordion-collapse collapse" aria-labelledby="headingFair1" data-bs-parent="#accordionFair">
<div class="accordion-body">
<img width="1000" src="<?=$postItem['image'];?>" alt>
<?php
$description ="";
$description = $postItem['description'];
// $description = stripslashes($description);
$description = str_replace('\r\n', ' ', $description);
$description = str_replace("\'", "'", $description);
?>
<p><?=$description;?></p>
</div>
</div>
</div>
<?php
}
}else{
?>
<h4>No Posts Available.</h4>
<?php
}
}
//dynamic end
?>
<!-- <div class="accordion-item">
<h2 class="accordion-header" id="headingscholarship2">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapsescholarship2" aria-expanded="false" aria-controls="collapsescholarship2">
<i class="fa-solid fa-square-plus fa-lg"></i><span>07, May 2018 </span> | First Security Islami Bank Limited has given Scholarship to Financially Challenged Students of Faculty of Business Studies of Dhaka University
</button>
</h2>
<div id="collapsescholarship2" class="accordion-collapse collapse" aria-labelledby="headingscholarship1" data-bs-parent="#accordionscholarship">
<div class="accordion-body">
<img src="resources/news/csr/Press-Release_Scholarship-to-the-Students-of-Dhaka-University-on-06.05.2018-1.jpg" alt="">
<p>First Security Islami Bank Limited has given scholarship to meritorious and financial challenged students of Faculty of Business Studies of Dhaka University. Prof. Dr. Akhtaruzzaman, Vice-Chancellor, Dhaka University was present as Chief Guest in the program organized in this regard at Faculty of Business Studies, University of Dhaka on May 06, 2018. Mr. Abu Hena Mohd. Razee Hassan, Deputy Governor of Bangladesh Bank and Mr. Syed Waseque Md. Ali, Managing Director of First Security Islami Bank Limited were present as special guest in the program. Among others, Mr. Md. Mustafa Khair, Deputy Managing Director of First Security Islami Bank Limited was […]</p>
</div>
</div>
</div> -->
<!-- <div class="accordion-item">
<h2 class="accordion-header" id="headingscholarship3">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapsescholarship3" aria-expanded="false" aria-controls="collapsescholarship3">
<i class="fa-solid fa-square-plus fa-lg"></i><span>28, May 2017 </span> | First Security Islami Bank Limited has Given Scholarship to Financially Challenged Students of Faculty of Business Studies, Dhaka University
</button>
</h2>
<div id="collapsescholarship3" class="accordion-collapse collapse" aria-labelledby="headingscholarship3" data-bs-parent="#accordionscholarship">
<div class="accordion-body">
<img src="resources/news/csr/Press-Release_Scholarship-to-the-Students-of-Dhaka-University-on-28.05.2017-2-1.jpg" alt="">
<p>First Security Islami Bank Limited has given scholarship to meritorious and financial challenged students of Faculty of Business Studies, University of Dhaka. Prof. Dr. A A M S Arefin Siddique, Vice-Chancellor, Dhaka University was present as Chief Guest in the program organized in this regard at Faculty of Business Studies, University of Dhaka on May 28, 2017. Mr. Syed Waseque Md. Ali, Managing Director of First Security Islami Bank Limited and Mr. Selim R. F. Hussain, Managing Director & CEO, Brac Bank Limited were present as special guest in the program. Among others, Mr. Md. Mustafa Khair, Deputy Managing Director, First […]</p>
</div>
</div>
</div> -->
</div>
</div>
</div>
<!-- CSR Content -->
</div>
<div id="agreement" class="tabcontent">
<!-- Agreement Content -->
<div class="container history_container">
<!-- <img src="resources/product/agent.png" alt="pic3" width="100" height="100"> -->
<h4 class="tab_title">Agreement Signing</h4>
<div class="accordion" id="accordionAgreement">
<?php //dynamic start
// if(isset($_GET['title']))
// {
$name = 'Agreement Signing';//mysqli_real_escape_string($con, $_GET['title']);
$category = "SELECT id, slug, name FROM categories WHERE name = '$name' AND status ='0' LIMIT 1";
$category_run = mysqli_query($con, $category);
if(mysqli_num_rows($category_run) > 0)
{
$categoryItem = mysqli_fetch_array($category_run);
$category_id = $categoryItem['id'];
$category_name = $categoryItem['name'];
?> <h1 class="mb-3 text-center" style="font-weight:bold;color:#2D3192"><?php //echo $category_name;?></h1>
<?php
$posts = "SELECT * FROM posts WHERE category_id = '$category_id' AND status =0 ORDER BY STR_TO_DATE(date, '%d-%m-%Y') DESC";
$posts_run = mysqli_query($con, $posts);
if(mysqli_num_rows($posts_run) > 0)
{
foreach( $posts_run as $postItem)
{
?>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFair<?=$postItem['id'];?>">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFair<?=$postItem['id'];?>" aria-expanded="true" aria-controls="collapseFair<?=$postItem['id'];?>">
<i class="fa-solid fa-square-plus fa-lg"></i><span><?=$postItem['date'];?>
</span> | <?=$postItem['name'];?>
</button>
</h2>
<div id="collapseFair<?=$postItem['id'];?>" class="accordion-collapse collapse" aria-labelledby="headingFair1" data-bs-parent="#accordionFair">
<div class="accordion-body">
<img width="1000" src="<?=$postItem['image'];?>" alt>
<?php
$description ="";
$description = $postItem['description'];
// $description = stripslashes($description);
$description = str_replace('\r\n', ' ', $description);
$description = str_replace("\'", "'", $description);
?>
<p><?=$description;?></p>
</div>
</div>
</div>
<?php
}
}else{
?>
<h4>No Posts Available.</h4>
<?php
}
}
//dynamic end
?>
<!-- <div class="accordion-item">
<h2 class="accordion-header" id="headingAgreement2">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseAgreement2" aria-expanded="false" aria-controls="collapseAgreement2">
<i class="fa-solid fa-square-plus fa-lg"></i><span>27, Mar 2023 </span> | First Security Islami Bank Ltd. Signed an Agreement with Addie Soft Ltd.
</button>
</h2>
<div id="collapseAgreement2" class="accordion-collapse collapse" aria-labelledby="headingAgreement2" data-bs-parent="#accordionAgreement">
<div class="accordion-body">
<img src="resources/news/agreement/FSIBL_Press-Release_-FSIBL-Signed-agreement-with-Addie-Soft-Limited.jpg" alt="">
<p>First Security Islami Bank Ltd. signed an agreement with Addie Soft Ltd. to provide efficient payment solutions to more than 300 renowned educational institutions. Students of the institutions will be able to pay their academic fees & others through using digital banking channel FSIBL “Cloud” and Mobile Financial Services “First Cash”. Syed Waseque Md Ali, Managing Director of First Security Islami Bank Ltd. and Md. Sakib Rabbani, Managing Director of Addie Soft Limited exchanged the agreement on behalf of their respective organizations. Among others, Md. Zahurul Haque and Md. Masudur Rahman Shah, Deputy Managing Director(s), Mohammad Musudur Rahman, Head of Alternative […]</p>
</div>
</div>
</div> -->
</div>
</div>
</div>
<!-- Agreement Content -->
<div id="training" class="tabcontent">
<div class="container history_container">
<!-- <img src="resources/product/agent.png" alt="pic3" width="100" height="100"> -->
<h4 class="tab_title">Training</h4>
<div class="accordion" id="accordionTraining">
<?php //dynamic start
// if(isset($_GET['title']))
// {
$name = 'Training';//mysqli_real_escape_string($con, $_GET['title']);
$category = "SELECT id, slug, name FROM categories WHERE name = '$name' AND status ='0' LIMIT 1";
$category_run = mysqli_query($con, $category);
if(mysqli_num_rows($category_run) > 0)
{
$categoryItem = mysqli_fetch_array($category_run);
$category_id = $categoryItem['id'];
$category_name = $categoryItem['name'];
?> <h1 class="mb-3 text-center" style="font-weight:bold;color:#2D3192"><?php //echo $category_name;?></h1>
<?php
$posts = "SELECT * FROM posts WHERE category_id = '$category_id' AND status =0 ORDER BY STR_TO_DATE(date, '%d-%m-%Y') DESC";
$posts_run = mysqli_query($con, $posts);
if(mysqli_num_rows($posts_run) > 0)
{
foreach( $posts_run as $postItem)
{
?>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFair<?=$postItem['id'];?>">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFair<?=$postItem['id'];?>" aria-expanded="true" aria-controls="collapseFair<?=$postItem['id'];?>">
<i class="fa-solid fa-square-plus fa-lg"></i><span><?=$postItem['date'];?>
</span> | <?=$postItem['name'];?>
</button>
</h2>
<div id="collapseFair<?=$postItem['id'];?>" class="accordion-collapse collapse" aria-labelledby="headingFair1" data-bs-parent="#accordionFair">
<div class="accordion-body">
<img width="1000" src="<?=$postItem['image'];?>" alt>
<?php
$description ="";
$description = $postItem['description'];
// $description = stripslashes($description);
$description = str_replace('\r\n', ' ', $description);
$description = str_replace("\'", "'", $description);
?>
<p><?=$description;?></p>
</div>
</div>
</div>
<?php
}
}else{
?>
<h4>No Posts Available.</h4>
<?php
}
}
//dynamic end
?>
<!--
<div class="accordion-item">
<h2 class="accordion-header" id="headingTraining2">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseTraining2" aria-expanded="false" aria-controls="collapseTraining2">
<i class="fa-solid fa-square-plus fa-lg"></i><span>27, Mar 2023
</span> | First Security Islami Bank Ltd. Signed an Training
with Addie Soft Ltd.
</button>
</h2>
<div id="collapseTraining2" class="accordion-collapse collapse" aria-labelledby="headingTraining2" data-bs-parent="#accordionTraining">
<div class="accordion-body">
<img src="resources/news/Training/FSIBL_Press-Release_-FSIBL-Signed-Training-with-Addie-Soft-Limited.jpg" alt>
<p>First Security Islami Bank Ltd. signed an Training with Addie
Soft Ltd. to provide efficient payment solutions to more
than 300 renowned educational institutions. Students of the
institutions will be able to pay their academic fees &
others through using digital banking channel FSIBL “Cloud”
and Mobile Financial Services “First Cash”. Syed Waseque Md
Ali, Managing Director of First Security Islami Bank Ltd.
and Md. Sakib Rabbani, Managing Director of Addie Soft
Limited exchanged the Training on behalf of their respective
organizations. Among others, Md. Zahurul Haque and Md.
Masudur Rahman Shah, Deputy Managing Director(s), Mohammad
Musudur Rahman, Head of Alternative […]</p>
</div>
</div>
</div> -->
</div>
</div>
</div>
<div id="opening" class="tabcontent">
<div class="container history_container">
<!-- <img src="resources/product/agent.png" alt="pic3" width="100" height="100"> -->
<h4 class="tab_title">Branch/ATM/Collection Booth/Agent Banking Outlet Opening</h4>
<div class="accordion" id="accordionOpening">
<?php //dynamic start
// if(isset($_GET['title']))
// {
$name = 'Inauguration/Relocation News';//mysqli_real_escape_string($con, $_GET['title']);
$category = "SELECT id, slug, name FROM categories WHERE name = '$name' AND status ='0' LIMIT 1";
$category_run = mysqli_query($con, $category);
if(mysqli_num_rows($category_run) > 0)
{
$categoryItem = mysqli_fetch_array($category_run);
$category_id = $categoryItem['id'];
$category_name = $categoryItem['name'];
?> <h1 class="mb-3 text-center" style="font-weight:bold;color:#2D3192"><?php //echo $category_name;?></h1>
<?php
$posts = "SELECT * FROM posts WHERE category_id = '$category_id' AND status =0 ORDER BY STR_TO_DATE(date, '%d-%m-%Y') DESC";
$posts_run = mysqli_query($con, $posts);
if(mysqli_num_rows($posts_run) > 0)
{
foreach( $posts_run as $postItem)
{
?>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFair<?=$postItem['id'];?>">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFair<?=$postItem['id'];?>" aria-expanded="true" aria-controls="collapseFair<?=$postItem['id'];?>">
<i class="fa-solid fa-square-plus fa-lg"></i><span><?=$postItem['date'];?>
</span> | <?=$postItem['name'];?>
</button>
</h2>
<div id="collapseFair<?=$postItem['id'];?>" class="accordion-collapse collapse" aria-labelledby="headingFair<?=$postItem['id'];?>" data-bs-parent="#accordionFair">
<div class="accordion-body">
<img width="1000" src="<?=$postItem['image'];?>" alt>
<?php
$description ="";
$description = $postItem['description'];
// $description = stripslashes($description);
$description = str_replace('\r\n', ' ', $description);
$description = str_replace("\'", "'", $description);
?>
<p><?=$description;?></p>
</div>
</div>
</div>
<?php
}
}else{
?>
<h4>No Posts Available.</h4>
<?php
}
}
//dynamic end
?>
<!-- <div class="accordion-item">
<h2 class="accordion-header" id="headingOpening1">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOpening1" aria-expanded="true" aria-controls="collapseOpening1">
<i class="fa-solid fa-square-plus fa-lg"></i><span>18, Dec 2023
</span> | First Security Islami Bank PLC signed with Jagorani
Adarsha School
</button>
</h2>
<div id="collapseOpening1" class="accordion-collapse collapse" aria-labelledby="headingOpening1" data-bs-parent="#accordionOpening">
<div class="accordion-body">
<img src="resources/news/Opening/First Security Islami Bank PLC signed with Jagorani Adarsha School.jpeg" alt>
<p>First Security Islami Bank PLC signed an Opening with
Jagorani Adarsha School, Aftabnagar, Dhaka for collecting
all kinds of fees through FirstCash. Muhammad Mustafa Khair,
Additional Managing Director of First Security Islami Bank
PLC & A.K.M. Muniruzzaman, Principal of Jagorani Adarsha
School exchanged the Opening on behalf of their respective
organisations. Among others, Mohammad Musudur Rahman, Head
of Alternative Delivery Channel Division & Mohammed Mostafa,
Manager, Aftabnagar Branch along with other officials were
present in the occasion.</p>
</div>
</div>
</div> -->
</div>
</div>
</div>
<div id="interview" class="tabcontent">
<div class="container history_container">
<!-- <img src="resources/product/agent.png" alt="pic3" width="100" height="100"> -->
<h4 class="tab_title">Interview</h4>
<div class="accordion" id="accordionInterview">
<?php //dynamic start
// if(isset($_GET['title']))
// {
$name = 'Interview';//mysqli_real_escape_string($con, $_GET['title']);
$category = "SELECT id, slug, name FROM categories WHERE name = '$name' AND status ='0' LIMIT 1";
$category_run = mysqli_query($con, $category);
if(mysqli_num_rows($category_run) > 0)
{
$categoryItem = mysqli_fetch_array($category_run);
$category_id = $categoryItem['id'];
$category_name = $categoryItem['name'];
?> <h1 class="mb-3 text-center" style="font-weight:bold;color:#2D3192"><?php //echo $category_name;?></h1>
<?php
$posts = "SELECT * FROM posts WHERE category_id = '$category_id' AND status =0 ORDER BY STR_TO_DATE(date, '%d-%m-%Y') DESC";
$posts_run = mysqli_query($con, $posts);
if(mysqli_num_rows($posts_run) > 0)
{
foreach( $posts_run as $postItem)
{
?>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFair<?=$postItem['id'];?>">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFair<?=$postItem['id'];?>" aria-expanded="true" aria-controls="collapseFair<?=$postItem['id'];?>">
<i class="fa-solid fa-square-plus fa-lg"></i><span><?=$postItem['date'];?>
</span> | <?=$postItem['name'];?>
</button>
</h2>
<div id="collapseFair<?=$postItem['id'];?>" class="accordion-collapse collapse" aria-labelledby="headingFair<?=$postItem['id'];?>" data-bs-parent="#accordionFair">
<div class="accordion-body">
<img width="1000" src="<?=$postItem['image'];?>" alt>
<?php
$description ="";
$description = $postItem['description'];
// $description = stripslashes($description);
$description = str_replace('\r\n', ' ', $description);
$description = str_replace("\'", "'", $description);
?>
<p><?=$description;?></p>
</div>
</div>
</div>
<?php
}
}else{
?>
<h4>No Posts Available.</h4>
<?php
}
}
//dynamic end
?>
<!-- <div class="accordion-item">
<h2 class="accordion-header" id="headingInterview1">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseInterview1" aria-expanded="true" aria-controls="collapseInterview1">
<i class="fa-solid fa-square-plus fa-lg"></i><span>18, Dec 2023
</span> | First Security Islami Bank PLC signed with Jagorani
Adarsha School
</button>
</h2>
<div id="collapseInterview1" class="accordion-collapse collapse" aria-labelledby="headingInterview1" data-bs-parent="#accordionInterview">
<div class="accordion-body">
<img src="resources/news/Interview/First Security Islami Bank PLC signed with Jagorani Adarsha School.jpeg" alt>
<p>First Security Islami Bank PLC signed an Interview with
Jagorani Adarsha School, Aftabnagar, Dhaka for collecting
all kinds of fees through FirstCash. Muhammad Mustafa Khair,
Additional Managing Director of First Security Islami Bank
PLC & A.K.M. Muniruzzaman, Principal of Jagorani Adarsha
School exchanged the Interview on behalf of their respective
organisations. Among others, Mohammad Musudur Rahman, Head
of Alternative Delivery Channel Division & Mohammed Mostafa,
Manager, Aftabnagar Branch along with other officials were
present in the occasion.</p>
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header" id="headingInterview2">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapseInterview2" aria-expanded="false" aria-controls="collapseInterview2">
<i class="fa-solid fa-square-plus fa-lg"></i><span>27, Mar 2023
</span> | First Security Islami Bank Ltd. Signed an Interview
with Addie Soft Ltd.
</button>
</h2>
<div id="collapseInterview2" class="accordion-collapse collapse" aria-labelledby="headingInterview2" data-bs-parent="#accordionInterview">
<div class="accordion-body">
<img src="resources/news/Interview/FSIBL_Press-Release_-FSIBL-Signed-Interview-with-Addie-Soft-Limited.jpg" alt>
<p>First Security Islami Bank Ltd. signed an Interview with Addie
Soft Ltd. to provide efficient payment solutions to more
than 300 renowned educational institutions. Students of the
institutions will be able to pay their academic fees &
others through using digital banking channel FSIBL “Cloud”
and Mobile Financial Services “First Cash”. Syed Waseque Md
Ali, Managing Director of First Security Islami Bank Ltd.
and Md. Sakib Rabbani, Managing Director of Addie Soft
Limited exchanged the Interview on behalf of their respective
organizations. Among others, Md. Zahurul Haque and Md.
Masudur Rahman Shah, Deputy Managing Director(s), Mohammad
Musudur Rahman, Head of Alternative […]</p>
</div>
</div>
</div> -->
</div>
</div>
</div>
<div id="fair" class="tabcontent">
<div class="container history_container">
<!-- <img src="resources/product/agent.png" alt="pic3" width="100" height="100"> -->
<h4 class="tab_title">Fair</h4>
<div class="accordion" id="accordionFair">
<?php //dynamic start
// if(isset($_GET['title']))
// {
$name = 'Fair';//mysqli_real_escape_string($con, $_GET['title']);
$category = "SELECT id, slug, name FROM categories WHERE name = '$name' AND status ='0' LIMIT 1";
$category_run = mysqli_query($con, $category);
if(mysqli_num_rows($category_run) > 0)
{
$categoryItem = mysqli_fetch_array($category_run);
$category_id = $categoryItem['id'];
$category_name = $categoryItem['name'];
?> <h1 class="mb-3 text-center" style="font-weight:bold;color:#2D3192"><?php //echo $category_name;?></h1>
<?php
$posts = "SELECT * FROM posts WHERE category_id = '$category_id' AND status =0 ORDER BY STR_TO_DATE(date, '%d-%m-%Y') DESC";
$posts_run = mysqli_query($con, $posts);
if(mysqli_num_rows($posts_run) > 0)
{
foreach( $posts_run as $postItem)
{
?>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFair<?=$postItem['id'];?>">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFair<?=$postItem['id'];?>" aria-expanded="true" aria-controls="collapseFair<?=$postItem['id'];?>">
<i class="fa-solid fa-square-plus fa-lg"></i><span><?=$postItem['date'];?>
</span> | <?=$postItem['name'];?>
</button>
</h2>
<div id="collapseFair<?=$postItem['id'];?>" class="accordion-collapse collapse" aria-labelledby="headingFair1" data-bs-parent="#accordionFair">
<div class="accordion-body">
<img width="1000" src="<?=$postItem['image'];?>" alt>
<?php
$description ="";
$description = $postItem['description'];
// $description = stripslashes($description);
$description = str_replace('\r\n', ' ', $description);
$description = str_replace("\'", "'", $description);
?>
<p><?=$description;?></p>
</div>
</div>
</div>
<?php
}
}else{
?>
<h4>No Posts Available.</h4>
<?php
}
}
//dynamic end
?>
</div>
</div>
</div>
<div id="meeting" class="tabcontent">
<div class="container history_container">
<!-- <img src="resources/product/agent.png" alt="pic3" width="100" height="100"> -->
<h4 class="tab_title">Meeting</h4>
<div class="accordion" id="accordionFair">
<?php //dynamic start
// if(isset($_GET['title']))
// {
$name = 'Annual General Meeting';//mysqli_real_escape_string($con, $_GET['title']);
$name2 = 'Managing Directors Meeting';
$name3 = 'Business Conference';
$category = "SELECT id, slug, name FROM categories WHERE name = '$name' OR name = '$name2' OR name = '$name3' AND status ='0' LIMIT 1";
$category_run = mysqli_query($con, $category);
if(mysqli_num_rows($category_run) > 0)
{
$categoryItem = mysqli_fetch_array($category_run);
$category_id = $categoryItem['id'];
$category_name = $categoryItem['name'];
?> <h1 class="mb-3 text-center" style="font-weight:bold;color:#2D3192"><?php //echo $category_name;?></h1>
<?php
$posts = "SELECT * FROM posts WHERE category_id = 2 OR category_id = 3 OR category_id = 33 AND status =0 ORDER BY STR_TO_DATE(date, '%d-%m-%Y') DESC";
$posts_run = mysqli_query($con, $posts);
if(mysqli_num_rows($posts_run) > 0)
{
foreach( $posts_run as $postItem)
{
?>
<div class="accordion-item">
<h2 class="accordion-header" id="headingFair<?=$postItem['id'];?>">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapseFair<?=$postItem['id'];?>" aria-expanded="true" aria-controls="collapseFair<?=$postItem['id'];?>">
<i class="fa-solid fa-square-plus fa-lg"></i><span><?=$postItem['date'];?>
</span> | <?=$postItem['name'];?>
</button>
</h2>
<div id="collapseFair<?=$postItem['id'];?>" class="accordion-collapse collapse" aria-labelledby="headingFair1" data-bs-parent="#accordionFair">
<div class="accordion-body">
<img width="1000" src="<?=$postItem['image'];?>" alt>
<?php
$description ="";
$description = $postItem['description'];
// $description = stripslashes($description);
$description = str_replace('\r\n', ' ', $description);
$description = str_replace("\'", "'", $description);
?>
<p><?=$description;?></p>
</div>
</div>
</div>
<?php
}
}else{
?>
<h4>No Posts Available.</h4>
<?php
}
}
//dynamic end
?>
</div>
</div>
</div>
<!-- <div id="meeting" class="tabcontent">
<div class="container history_container">
<h4 class="tab_title">Meeting</h4>
</div>
</div> -->