Home  >  Article  >  Backend Development  >  如何处理让“黑KE”看到小弟我的链接数据库语句?

如何处理让“黑KE”看到小弟我的链接数据库语句?

WBOY
WBOYOriginal
2016-06-13 10:27:20748browse

如何避免让“黑KE”看到我的链接数据库语句?!!
小弟正在学PHP 此下语句中基本每个页面都要有的啦,有些是用inclue 包含,但是 懂点PHP 网络知识的人一眼就能看到 此些信息的重要性,那如何高效简单的避免被一些不法分子一眼看到呢? 请大哥们赐教!

$db = mysql_connect("AAA","BBB","CCC");
$sqlname = "BBB";
mysql_select_db($sqlname,$db)or die ("数据库错误!");
mysql_query("SET NAMES 'utf8'",$db);

------解决方案--------------------

探讨

就是 数据被全部删除 放了一些黑客的 信息。那人貌似是国外的 在炫耀自己的多牛B!

------解决方案--------------------
国外的? 求认识。给个链接吧。

正经的:SQL注入攻击了。操作数据库之前没处理吗? 
去谷歌搜 “php防sql注入”
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn