You are on page 1of 1

Nội dung:

I- Note
1. convention
- format of form's field name: use underscore(_) (Ex: user_id)
- submit button must be differ

2. Database
- database.sql file (update)
- demo data file

3. writing data problem


a. data['key1'=> value1, 'key2'=> value2];
b. sql= "INSERT INTO TABLE (FIELD1, FIELD2) VALUES (:key1, :key2)";
c. db->prepare(sql);
d. db->execute($data);

II- Tasks

- Sơn: Lập thẻ độc giả, nhận trả sách, lập báo cáo
- Thuận: Cho mượn sách, lập phiếu thu tiền phạt
- Khang: Tiếp nhận sách, tra cứu sách,

You might also like