Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 429 Bytes

File metadata and controls

17 lines (13 loc) · 429 Bytes

AjaxCrudPHP

Ajax Crud with JQuery Datatables by using PHP PDO

Table structure for table `users`

CREATE TABLE IF NOT EXISTS `users` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `first_name` varchar(150) NOT NULL,
  `last_name` varchar(150) NOT NULL,
  `image` varchar(150) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=74 ;

Create a folder / upload / for archiving photos.