How to add edit delete update using SB admin with pagination

Leave a Comment
Code in Php using SB Admin Add Edit Delete Update and search

Open the localhost/phpmyadmin in your wamp server or xamp server..

1st Step :create database name student



Step 2: Click the SQL and paste the sql query code




-- phpMyAdmin SQL Dump
-- version 3.3.9
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Mar 09, 2017 at 08:18 PM
-- Server version: 5.5.8
-- PHP Version: 5.3.5

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `student`
--

-- --------------------------------------------------------

--
-- Table structure for table `student1`
--

CREATE TABLE IF NOT EXISTS `student1` (
  `id` int(255) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) DEFAULT NULL,
  `middlename` varchar(255) DEFAULT NULL,
  `lastname` varchar(255) DEFAULT NULL,
  `age` varchar(255) DEFAULT NULL,
  `date` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB  DEFAULT CHARSET=latin1 AUTO_INCREMENT=28 ;

--
-- Dumping data for table `student1`
--

INSERT INTO `student1` (`id`, `name`, `middlename`, `lastname`, `age`, `date`) VALUES
(25, 'Sample1ssss', 'Sample2', 'Sample3', '32', '2017-03-09 10:41:41'),
(27, 'namess', 'middlenames', 'lastnamessas', '121', '2017-03-09 12:16:57');


Step 3 : if Query Success paste the file folder in www folder in wamp server..




Step 4: Go to your browser page like chrome internet or Mozilla..
And insert this link url: localhost/addeditdelete
And this is the final output of the project:




Please Comment and share this page thanks :D

Download Here!!

Please Share and Comment thanks :D :D :D 

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment