Home >Backend Development >PHP Tutorial >A personal web page automatic generation system 1_PHP tutorial
Before you want to use this system to create your personal homepage, I believe you have already configured the relevant Apache server, MYSQL database, and PHP.
Then start your mysql database, create a database named study, and create a table named wenzhang.
Create the following fields under phpMyAdmin:
id smallint(5) No 0 auto_increment
timu varchar(200) Yes
zuozhe varchar(18) Yes
laiyuan varchar(40) Yes
textt text Yes
riqi datetime Yes
Single page submission. File name: input.php