Dashboard/Home Page Code in JSP

Example : A complete (Left Side Panel Menu) Dashboard/Home Page code in JSP. NB : Dashboard Home page appears after successful Login or Validation. Example : A complete (Top Menu without Sliders) Dashboard/Home Page code in JSP. NB : Dashboard Home page appears after successful Login or Validation. Example : Read more…

Loading

Image and PDF Code in Php

Example : Php code to Save, Edit, Search, and Delete Image and PDF files in a MySQL Database. ———————————————————————————-create database and table in MySql database as -CREATE DATABASE filedb;USE filedb;CREATE TABLE imagefile ( slno5 INT AUTO_INCREMENT PRIMARY KEY, name5 VARCHAR(100), mobile5 VARCHAR(15), email5 VARCHAR(100), photo5 VARCHAR(255), pdf5 VARCHAR(255));NB: Also, create Read more…

Loading

Home/Dashboard Page Code in Php

Example : PHP Code for Home/Dashboard Page in Left-Side-Panel Format. Example : PHP Code for a Home/Dashboard Page in Top-Bottom-Panel Format, and open all pages in an iframe. Example : PHP Code for a Home/Dashboard Page in Top-Bottom-Panel Format with Sliders, and open all pages in a new window with Header and Footer Read more…

Loading