如果你想连接你的mysql的时候发生这个错误: ============================================================================= ERROR 1130: Host '192.168.1.3' is not allowed to connect to this MySQL server ====================
1.表的设计和创建 2.在navicate运行这些代码 create table user(id int not null auto_increment primary key,name varchar(50) not null unique,password varchar(50) not null,state enum('online','offline') default 'o
直接上代码: 登陆表单【login.php】 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="Content-Type" content="text/html; charse