Please comment to inspire me in coding and create more codes
for this souce code blog thanks J
please also like my page and follow me in google circle for update.
Step 1 : download the
code and unzip this ..
Step 2: Open your wamp server for database of the code and
create databse name crazydev
Step
3: Click the SQL Button above and paste the copy and paste the code Below
-- phpMyAdmin SQL Dump
-- version 3.3.9
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Apr 03, 2017 at 05:49 AM
-- 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: `crazydev`
--
-- --------------------------------------------------------
--
-- Table structure for table `tbl_user`
--
CREATE TABLE IF NOT EXISTS `tbl_user` (
`id` int(255) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`middlename` varchar(255) NOT NULL,
`lastname` varchar(255) NOT NULL,
`username` varchar(255) NOT NULL,
`password` varchar(255) NOT NULL,
`location` varchar(255) DEFAULT NULL,
`status` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=14 ;
--
-- Dumping data for table `tbl_user`
--
INSERT INTO `tbl_user` (`id`, `name`, `middlename`, `lastname`, `username`, `password`, `location`, `status`) VALUES
(12, 'crazy', 'dev', 'ph', 'admin', '21232f297a57a5a743894a0e4a801fc3', 'Pangasinan', 'admin'),
(13, 'user', 'user', 'user', 'user', 'ee11cbb19052e40b07aac0ca060c23ee', 'Pangasinan', 'user');
Step
4: Open netbeans IDE im using netbeans version 8.0.2 an open the project.
Step 5: Run the program and this is the output ..
DOWNLOAD SOURCE CODE: DOWNLOAD ME!
PLEASE ALSO LIKE MY PAGE FOR UPDATE: https://www.facebook.com/Educatorcode/
PLEASE AFTER YOU DOWNLOAD THIS CODE COMMENT TO MY BLOG TO INSPIRE ME AND CREATE MORE SOURCECODE FOR YOU THANKS GUYS ENJOY CODING GUYS :) ..