| Linux server27.hostingraja.org 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64 Path : /home/udaipurk/public_html/websites/samaj/samaj/admin/ |
| Current File : /home/udaipurk/public_html/websites/samaj/samaj/admin/home.php |
<?php include('header.php');
if(isset($_GET['err']))
{
$msg=$_GET['err'];
if($msg==1)
{
?>
<div class="alert alert-success">
<h4>Success!</h4>
You successfully Submitted.
</div>
<?php
}
if($msg==2)
{
?>
<div class="alert alert-error">
<h4>Fail!</h4>
Not submitted Successfully.
</div>
<?php } } ?>
<div class="alert alert-info">
<h4>Hello Admin!</h4>
Welcome to Website Admin panel.
</div>
<?php include('footer.php');?>