Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 198 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 198 Bytes

PHP-CRUD-MySQL-PDO

Create a Database server named: "crud" Create a table users Inside the users table create an:

id = PK, AI(autoincrement) name = varchar(50) age = int(2) gender = varchar(10)