Easy AdSense.
Please go to the plugin admin page to paste your ad code.
| Field | Type | Length/Values1 | Null | Extra | Primary(Icon Kunci) | 
|---|---|---|---|---|---|
| id_artikel | INT | 5 | not null | auto_increment | Primary | 
| judul_artikel | VARCHAR | 50 | not null | ||
| isi_artikel | TEXT | not null | |||
| kategori_artikel | VARCHAR | 50 | not null | ||
| tgl | DATE | not null | 
Easy AdSense.
Please go to the plugin admin page to paste your ad code.
01 | CREATE TABLE  artikel_cara2 ( | 
02 | 
03 | id_artikel int(5) NOT NULL auto_increment, | 
04 | 
05 | judul_artikel varchar(50) NOT NULL, | 
06 | 
07 | isi_artikel text NOT NULL, | 
08 | 
09 | kategori_artikel varchar(50) NOT NULL, | 
10 | 
11 | tgl date NOT NULL, | 
12 | 
13 | PRIMARY KEY  (id_artikel) | 
14 | 
15 | ); | 
.png)
Tidak ada komentar:
Posting Komentar