Domain: amberpublishers.in
Server Adress: 86.38.243.169
privdayz.com
<!DOCTYPE html>
<html lang="en">
<?php include 'common/head.php'; ?>
<?php header("Cache-Control: no-cache, must-revalidate"); ?>
<body>
<?php include 'common/header.php'; ?>
<div class="col-12">
<!-- ======= hero Section ======= -->
<section id="hero">
<div class="hero-content sm-fs-2" data-aos="fade-up">
<h3>International Journal for Scientific <br>Research Innovations
<br> ISSN NO: 2584-1092
<br>(Peer Review Journal)
<!-- <br>
<span class="small-text"> -->
<!-- Estd : 2023 <br> -->
<!-- (Peer Review Journal)
</span> -->
</h3>
<div>
<a href="about.php" class="btn-get-started scrollto">Know More</a>
<a href="#services" class="btn-projects scrollto">Journal Details</a>
</div>
</div>
<div class="hero-slider swiper">
<div class="swiper-wrapper">
<div class="swiper-slide" style="background-image: url('../assets/img/hero-carousel/1.jpg');"></div>
<div class="swiper-slide" style="background-image: url('../assets/img/hero-carousel/2.jpg');"></div>
<div class="swiper-slide" style="background-image: url('../assets/img/hero-carousel/3.jpg');"></div>
<div class="swiper-slide" style="background-image: url('../assets/img/hero-carousel/4.jpg');"></div>
<div class="swiper-slide" style="background-image: url('../assets/img/hero-carousel/5.jpg');"></div>
</div>
</div>
</section>
</div>
<!-- End Hero Section -->
<!-- ======= Services Section ======= -->
<section id="services">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Journal Details</h2>
</div>
<!-- //including a postar image -->
<div class="row gy-4">
<div class="col-lg-12" data-aos="fade-up" data-aos-delay="100">
<div class="box">
<img src="./assets/img/journal.jpg" class="img-fluid" alt="">
</div>
</div>
</div>
<!-- //end of postar image -->
<!-- table for journal details with vertical stylish table -->
<div class="row gy-4">
<div class="col-lg-12" data-aos="fade-up" data-aos-delay="100">
<div class="box">
<!-- Fetch journal details from the database using PHP -->
<?php
// Require the database connection file
require '../admin/include/db.php';
// SQL query to retrieve journal details
$sql = "SELECT * FROM Journal WHERE ID = ?"; // Use a placeholder
// Assuming you have the journal ID to fetch
$journalID = 1; // Replace with the actual journal ID you want to fetch
$stmt = mysqli_prepare($conn, $sql);
// Check if the statement was prepared successfully
if ($stmt) {
// Bind the journal ID as an integer parameter
mysqli_stmt_bind_param($stmt, "i", $journalID);
// Execute the statement
mysqli_stmt_execute($stmt);
// Get the result set
$result = mysqli_stmt_get_result($stmt);
// Fetch the journal details
$journal = mysqli_fetch_assoc($result);
// Close the prepared statement
mysqli_stmt_close($stmt);
} else {
// Handle the case where the statement preparation fails
echo "Error preparing statement: " . mysqli_error($conn);
}
// Close the database connection
mysqli_close($conn);
?>
<!-- Now you can use $journal data to populate your HTML table -->
<!-- Display journal details in the table -->
<table class="table table-striped table-hover">
<tbody>
<tr>
<th scope="row">Title</th>
<td><?php echo $journal['Title']; ?></td>
</tr>
<tr>
<th scope="row">Frequency</th>
<td><?php echo $journal['Frequency']; ?></td>
</tr>
<tr>
<th scope="row">ISSN NO</th>
<td><?php echo $journal['ISSN_No']; ?></td>
</tr>
<tr>
<th scope="row">Estd</th>
<td><?php echo $journal['Estd']; ?></td>
</tr>
<tr>
<th scope="row">Publishers</th>
<td><?php echo $journal['Publishers']; ?></td>
</tr>
<tr>
<th scope="row">Chief Editor</th>
<td><?php echo $journal['Chief_Editor']; ?></td>
</tr>
<tr>
<th scope="row">Copyright</th>
<td><?php echo $journal['Copyright']; ?></td>
</tr>
<tr>
<th scope="row">Subject</th>
<td><?php echo $journal['Subject']; ?></td>
</tr>
<tr>
<th scope="row">Language</th>
<td><?php echo $journal['Language']; ?></td>
</tr>
<tr>
<th scope="row">Publication Format</th>
<td><?php echo $journal['Publication_Format']; ?></td>
</tr>
<tr>
<th scope="row">Mobile No</th>
<td><?php echo $journal['Mobile_No']; ?></td>
</tr>
<tr>
<th scope="row">Email Id</th>
<td><?php echo $journal['Email_Id']; ?></td>
</tr>
<tr>
<th scope="row">Website</th>
<td><a href="<?php echo $journal['Website']; ?>"><?php echo $journal['Website']; ?></a></td>
</tr>
<tr>
<th scope="row">Address</th>
<td><?php echo $journal['Address']; ?></td>
</tr>
</tbody>
</table>
</div>
</div>
<!-- </div> -->
<div class="row gy-4">
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<div class="box">
<div class="icon"><i class="fa-solid fa-file-pen"></i></div>
<h4 class="title"><a href="">IJSRI's Publication Standards</a></h4>
<p class="description">IJSRI is committed to publishing original and high quality research papers in various fields of science and technology..</p>
</div>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="200">
<div class="box">
<div class="icon"><i class="fa-sharp fa-solid fa-book"></i></div>
<h4 class="title"><a href="">IJSRI's Open Access Policy</a></h4>
<p class="description">IJSRI follows an open access publishing model, which means that all articles are freely available online for anyone to read and download.</p>
</div>
</div>
<!-- <div class="col-lg-6" data-aos="fade-up" data-aos-delay="300">
<div class="box">
<div class="icon"><i class="fa-solid fa-print"></i></div>
<h4 class="title"><a href="">Frequency of Publication</a></h4>
<p class="description">IJSRI publishes 2 issues per year, providing a regular stream of new research to readers around the world.
</p>
</div>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="400">
<div class="box">
<div class="icon"><i class="fa-solid fa-book-open-reader"></i></div>
<h4 class="title"><a href="">Subject, Language & Publication Format</a></h4>
<p class="description">
Multi Displinary Subject
<br>
Paper Accepted in English language Only
<br>
Online Publication
</p>
</div>
</div> -->
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="300">
<div class="box">
<div class="icon"><i class="fa-sharp fa-solid fa-barcode"></i></div>
<h4 class="title"><a href="">E-Certificates for Authors</a></h4>
<p class="description">IJSRI offers e-certificates to authors whose papers are published in the journal, with certificates usually available within a week of publication.</p>
</div>
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="400">
<div class="box">
<div class="icon"><i class="fa-solid fa-upload"></i></div>
<h4 class="title"><a href="">Submission Guidelines</a></h4>
<p class="description">Authors can submit their papers to IJSRI either online through the journal's submission system or by emailing them to the journal's email address, [email protected]. Detailed submission guidelines are available on the journal's website.</p>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= Footer ======= -->
<?php include 'common/footer.php'; ?>
<!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<?php include 'common/scripts.php'; ?>
</body>
</html>
