Posts

Showing posts from February, 2022

Complete School Managemnt System Html Php code

Image
 To get this system contact us  whatsapp +923365568007

Complete Student attendence code by class school management system php html with demo

Image
 <!DOCTYPE html> <html> <head>   <meta charset="utf-8">   <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link href="img/logo1.png" rel="icon"/>  <title>LZM Admin | Attendence Section</title> <link rel="stylesheet" href="plugins/fontawesome-free/css/all.min.css">   <!-- Ionicons -->   <link rel="stylesheet" href="http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">   <!-- DataTables -->   <link rel="stylesheet" href="plugins/datatables-bs4/css/dataTables.bootstrap4.css">   <!-- Theme style -->   <link rel="stylesheet" href="dist/css/adminlte.min.css">   <!-- Google Font: Source Sans Pro -->   <link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet"> </head> <body...

How to create album view with fancybox slider view in html php complete code

Image
 <!DOCTYPE html> <html lang="en">   <head>     <meta name="robots" content="noindex,nofollow" />     <meta charset="utf-8">     <meta http-equiv="X-UA-Compatible" content="IE=edge">     <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="css/all.css" rel="stylesheet"/> <link href="css/gallery-css.css" rel="stylesheet"/> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ---------->  <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.min.css" media="screen"> <script src="//cdnjs.cloudflare.co...