MMCT TEAM
Server IP : 162.214.80.37  /  Your IP : 216.73.216.173
Web Server : Apache
System : Linux sh013.webhostingservices.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
User : imyrqtmy ( 2189)
PHP Version : 8.2.18
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0750) :  /home2/imyrqtmy/public_html/skyispatudyog/sym/Users/0-imyrqtmy/stockmininginvestment/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home2/imyrqtmy/public_html/skyispatudyog/sym/Users/0-imyrqtmy/stockmininginvestment/ushare.php
<?php
include("admin/includes/config.php");
?>
<!DOCTYPE html>
<html>

 <?php include 'include/head.php'; ?>

<body>

<div class="page-wrapper">
 	
    <!-- Preloader -->
    <!-- <div class="preloader"></div> -->
 	
    <!-- Main Header-->
     <?php include 'include/header1.php'; ?>
    <!--End Main Header -->
	
	<!--Page Title-->
    <?php
// Database connection

// Pagination variables
$records_per_page = 5; // Number of records per page
$current_page = isset($_GET['page']) ? (int)$_GET['page'] : 1; // Current page
$current_page = max($current_page, 1); // Ensure page is at least 1
$offset = ($current_page - 1) * $records_per_page; // Calculate offset

// Get total number of rows
$total_query = "SELECT COUNT(*) AS total FROM unlisted_shares";
$total_result = mysqli_query($conn, $total_query);
$total_row = mysqli_fetch_assoc($total_result);
$total_records = $total_row['total'];
$total_pages = ceil($total_records / $records_per_page); // Total pages

// Fetch data for the current page
$query = "SELECT * FROM unlisted_shares LIMIT $records_per_page OFFSET $offset";
$query_run = mysqli_query($conn, $query);
?>

<section class="page-title" style="background-image:url(images/background/8.jpg)">
    <div class="auto-container">
        <div class="content">
            <h1>Unlisted Shares <span></span></h1>
            <ul class="page-breadcrumb">
                <li><a href="index.php">Home</a></li>
                <li>Unlisted Shares</li>
            </ul>
        </div>
    </div>
</section>
<!--End Page Title-->

<div class="container my-4">
    <h2 class="text-center mb-4">Unlisted Shares</h2>

    <!-- Table Section -->
    <div class="table-responsive">
        <table class="table table-striped table-bordered">
            <thead class="table-dark">
                <tr>
                    <th>NAME OF SHARE</th>
                    <th>LOT SIZE</th>
                    <th>RATE</th>
                </tr>
            </thead>
            <tbody>
                <?php if (mysqli_num_rows($query_run) > 0): ?>
                    <?php foreach ($query_run as $row): ?>
                        <tr>
                            <td><?php echo $row['sh_name']; ?></td>
                            <td><?php echo $row['lot_size']; ?></td>
                            <td><?php echo $row['rate']; ?></td>
                        </tr>
                    <?php endforeach; ?>
                <?php else: ?>
                    <tr>
                        <td colspan="3" class="text-center">No records found</td>
                    </tr>
                <?php endif; ?>
            </tbody>
        </table>
    </div>

    <!-- Pagination -->
    <div class="pagination-wrapper">
        <nav>
            <ul class="pagination">
                <!-- Previous Button -->
                <?php if ($current_page > 1): ?>
                    <li class="page-item">
                        <a class="page-link" href="?page=<?php echo $current_page - 1; ?>">Previous</a>
                    </li>
                <?php endif; ?>

                <!-- Page Numbers -->
                <?php for ($i = 1; $i <= $total_pages; $i++): ?>
                    <li class="page-item <?php echo ($i == $current_page) ? 'active' : ''; ?>">
                        <a class="page-link" href="?page=<?php echo $i; ?>"><?php echo $i; ?></a>
                    </li>
                <?php endfor; ?>

                <!-- Next Button -->
                <?php if ($current_page < $total_pages): ?>
                    <li class="page-item">
                        <a class="page-link" href="?page=<?php echo $current_page + 1; ?>">Next</a>
                    </li>
                <?php endif; ?>
            </ul>
        </nav>
    </div>
</div>



    <!-- Services Section Ten -->
	<section class="services-section-ten style-two">
		<div class="auto-container">
			<!-- Sec Title -->
			<div class="sec-title centered">
				<div class="title">about us</div>
				<h2>We are here to manage your <br> finance with <span>experience</span></h2>
			</div>
			<div class="row clearfix">
			
				<!-- Services Block Fourteen -->
				<div class="services-block-fourteen style-two col-lg-3 col-md-6 col-sm-12">
					<div class="inner-box wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms">
						<!-- <div class="icon-box">
							<span class="icon flaticon-earnings"></span>
						</div> -->
						<h6><a href="servicedesc.php">Share <br> Market</h6>
						<div class="text">Stocks are simply an investment method to build wealth. When you invest in the stock of a company it means you own a share in the company that issued the stock.</div></a>
					</div>
				</div>
				
				<!-- Services Block Fourteen -->
			
				<div class="services-block-fourteen style-two col-lg-3 col-md-6 col-sm-12">
					<div class="inner-box wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms">
						<!-- <div class="icon-box">
							<span class="icon flaticon-analysis-1"></span>
						</div> -->
						<h6><a href="servicedesc.php">Mutual <br> Funds</h6>
						<!-- <div class="text"><a href="#">Equity Funds</a></div>
						<div class="text"><a href="#">ELSS Funds</a></div>
						<div class="text"><a href="#">Debt Funds</a></div>
						<div class="text"><a href="#">Liquid Funds</a></div> -->
						<div class="text">Equity Funds</div>
						<div class="text">ELSS Funds</div>
						<div class="text">Debt Funds</div>
						<div class="text">Liquid Funds</div>
						</a>
					</div>
				</div>
				<!-- Services Block Fourteen -->
				<div class="services-block-fourteen style-two col-lg-3 col-md-6 col-sm-12">
					<div class="inner-box wow fadeInUp" data-wow-delay="600ms" data-wow-duration="1500ms">
						<!-- <div class="icon-box">
							<span class="icon flaticon-target"></span>
						</div> -->
						<h6><a href="servicedesc.php">Insurance</h6>
						<!-- <div class="text"><a href="#">Life Insurance</a></div>
						<div class="text"><a href="#">Health Insurance</a></div>
						<div class="text"><a href="#">Term Insurance</a></div>
						<div class="text"><a href="#">Motor Insurance</a></div> -->
						<div class="text">Life Insurance</div>
						<div class="text">Health Insurance</div>
						<div class="text">Term Insurance</div>
						<div class="text">Motor Insurance</div>
						</a>
					</div>
				</div>
				
				<!-- Services Block Fourteen -->
				<!-- <div class="services-block-fourteen style-two col-lg-3 col-md-6 col-sm-12">
					<div class="inner-box wow fadeInUp" data-wow-delay="900ms" data-wow-duration="1500ms">
						<div class="icon-box">
							<span class="icon flaticon-car"></span>
						</div>
						<h6><a href="#">Car <br> Insurance</a></h6>
						<div class="text">The argument in favorite of using filler to text goes some thing like this top</div>
					</div>
				</div> -->
				
				<!-- Services Block Fourteen -->
				
				<div class="services-block-fourteen style-two col-lg-3 col-md-6 col-sm-12">
					<div class="inner-box wow fadeInUp" data-wow-delay="600ms" data-wow-duration="1500ms">
						<!-- <div class="icon-box">
							<span class="icon flaticon-employee"></span>
						</div> -->
						<h6><a href="#">Market Education <br></a></h6>
						<div class="text">The ultimate goal of this education is using such industries effectively and towards a better society.</div>
					</div>
				</div>
				<!-- Services Block Fourteen -->
				<div class="services-block-fourteen style-two col-lg-3 col-md-6 col-sm-12">
					<div class="inner-box wow fadeInUp" data-wow-delay="300ms" data-wow-duration="1500ms">
						<!-- <div class="icon-box">
							<span class="icon flaticon-house"></span>
						</div> -->
						<h6><a href="#">Capital Gain <br> Bonds</a></h6>
						<div class="text">54EC bonds, or capital gains bonds, are one of the best way to save long-term capital gain tax.</div>
					</div>
				</div>
				
				<!-- Services Block Fourteen -->
				
				<div class="services-block-fourteen style-two col-lg-3 col-md-6 col-sm-12">
					<div class="inner-box wow fadeInUp" data-wow-delay="300ms" data-wow-duration="1500ms">
						<!-- <div class="icon-box">
							<span class="icon flaticon-budget-1"></span>
						</div> -->
						<h6><a href="servicedesc.php">Loans</h6>
						<!-- <div class="text"><a href="#">Home Loan</a></div>
						<div class="text"><a href="#">Personal Loan</a></div>
						<div class="text"><a href="#">Business Loan</a></div>
						<div class="text"><a href="#">Loan Against Properties</a></div>
						<div class="text"><a href="#">Auto Loan</a></div> -->
						<div class="text">Home Loan</div>
						<div class="text">Personal Loan</div>
						<div class="text">Business Loan</div>
						<div class="text">Loan Against Properties</div>
						<div class="text">Auto Loan</div>
						</a>
						
					</div>
				</div>
				<!-- Services Block Fourteen -->
				<div class="services-block-fourteen style-two col-lg-3 col-md-6 col-sm-12">
					<div class="inner-box wow fadeInUp" data-wow-delay="900ms" data-wow-duration="1500ms">
						<!-- <div class="icon-box">
							<span class="icon flaticon-heartbeat"></span>
						</div> -->
						<h6><a href="#">Cryptocurrency <br></a></h6>
						<div class="text">The Stock Mining Investment team will help you obtain a crypto license. A wide range of services. High speed. Experienced Team.</div>
					</div>
				</div>
			
			</div>
		</div>
	</section>
	<!-- End Services Section Ten -->
	
	<!-- Services Section Four-->
		<section class="services-section-four">
		<div class="auto-container">
			<!-- Sec Title -->
			<div class="sec-title">
				<div class="clearfix">
					<div class="pull-left">
						<h2>We serve as the best <br> financial services <span>planner</span></h2>
					</div>
					<div class="pull-right">
						<!-- <div class="text">We are the authorised person under Sharekhan Limited for NSE and BSE.</div> -->
					</div>
				</div>
			</div>
			<div class="row clearfix">
				
				<!-- Services Block Four -->
				<div class="services-block-four style-two col-lg-4 col-md-6 col-sm-12">
					<div class="inner-box">
						<div class="image">
							<img src="images/resource/service-3.jpg" alt="">
							<div class="overlay-box">
								<div class="content">
									<div class="icon-box">
										<span class="icon flaticon-statistics-1"></span>
									</div>
									<h6>Financial <br> Planning</h6>
								</div>
							</div>
							
							<div class="overlay-box-two">
								<div class="overlay-inner-two">
									<div class="content">
										<div class="icon-box">
											<span class="icon flaticon-statistics-1"></span>
										</div>
										<h6><a href="javascript:void(0);">Financial Planning</a></h6>
										<div class="text">The main goal of strategic planning is to take a company from its current state to its desired state through a series of business actions.</div>
										<!-- <a class="read-more" href="javascript:void(0);">Let’s start <span class="fa fa-angle-double-right"></span></a> -->
									</div>
								</div>
							</div>
							
						</div>
					</div>
				</div>	
				
				<!-- Services Block Four -->
				<div class="services-block-four style-two col-lg-4 col-md-6 col-sm-12">
					<div class="inner-box">
						<div class="image">
							<img src="images/resource/service-4.jpg" alt="">
							<div class="overlay-box">
								<div class="content">
									<div class="icon-box">
										<span class="icon flaticon-target-1"></span>
									</div>
									
									<h6>Market Research and <br>Planning</h6>
								</div>
							</div>
							
							<div class="overlay-box-two">
								<div class="overlay-inner-two">
									<div class="content">
										<div class="icon-box">
											<span class="icon flaticon-target-1"></span>
										</div>
										<h6><a href="javascript:void(0);">Market Research and Planning</a></h6>
										<div class="text">Market Research can assist you to monitor market trends and keep an eye on what your competition is doing.</div>
										<!-- <a class="read-more" href="javascript:void(0);">Let’s start <span class="fa fa-angle-double-right"></span></a> -->
									</div>
								</div>
							</div>
							
						</div>
					</div>
				</div>	
				
				<!-- Services Block Four -->
				<div class="services-block-four style-two col-lg-4 col-md-6 col-sm-12">
					<div class="inner-box">
						<div class="image">
							<img src="images/resource/service-3.jpg" alt="">
							<div class="overlay-box">
								<div class="content">
									<div class="icon-box">
										<span class="icon flaticon-bank-building"></span>
									</div>
									<h6>AIF/PMS <br> Investment</h6>
								</div>
							</div>
							
							<div class="overlay-box-two">
								<div class="overlay-inner-two">
									<div class="content">
										<div class="icon-box">
											<span class="icon flaticon-bank-building"></span>
										</div>
										<h6><a href="javascript:void(0);">AIF/PMS Investment</a></h6>
										<div class="text">Savings and Investing are critical elements of personal finance, and starting early is a great way to set oneself up for long-term financial stability.</div>
										<!-- <a class="read-more" href="javascript:void(0);">Let’s start <span class="fa fa-angle-double-right"></span></a> -->
									</div>
								</div>
							</div>
							
						</div>
					</div>
				</div>	
				
			</div>
			
		</div>
		<!-- <div class="btn-box text-center">
				<a href="ushare.php" class="theme-btn btn-style-two">More Services</a>
			</div> -->
	</section>
	<!-- End Services Section Four-->
	

	



	
	
	


	
	<!--Main Footer-->
     <?php include 'include/footer.php'; ?>
	
</div>
<!--End pagewrapper-->

<script src="js/jquery.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="js/jquery.fancybox.js"></script>
<script src="js/appear.js"></script>
<script src="js/owl.js"></script>
<script src="js/wow.js"></script>
<script src="js/jquery-ui.js"></script>
<script src="js/main.js"></script>

<!--Google Map APi Key-->
<script src="http://maps.google.com/maps/api/js?key=AIzaSyDTPlX-43R1TpcQUyWjFgiSfL_BiGxslZU"></script>
<script src="js/map-script.js"></script>
<!--End Google Map APi-->

</body>
</html>

MMCT - 2023