■(3)部署loginPHP网站
上一节
下一节
(3)部署loginPHP网站
目录:/var/www/html/loginPHP
URL:http://192.168.112.100/loginPHP/login.php

程序调用关系:
login.php—→loginAuth.php—→DB(MySQL mydb.users)
↙ ↘
failure.php success.php
改为:防止SQL注入
login.php—→loginAuth1.php—→DB(MySQL mydb.users)
↙ ↘
failure.php success.php

