What's new

Closed [php] [bootstrap] export to pdf file

Status
Not open for further replies.

syml1nk

Addict
Joined
Nov 25, 2016
Posts
116
Reaction
59
Points
96
1.) Create Database Table

Code:
CREATE TABLE `member` (
  `mem_id` int(11) NOT NULL,
  `firstname` varchar(50) NOT NULL,
  `middlename` varchar(50) NOT NULL,
  `lastname` varchar(50) NOT NULL,
  `address` varchar(50) NOT NULL,
  `civil_status` varchar(20) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1

2.) Download the script bellow

Spoiler contents are visible only to Established Members.
 
Status
Not open for further replies.

Similar threads

Back
Top