How can I make "KE" see my linked database statements?
Source: Internet
Author: User
How can I avoid "black KE" seeing my linked database statements ?!! The younger brother is learning PHP. basically every page is required. some of them are included in inclue, but those who know PHP network can see the importance of such information at a glance, so how can we avoid being seen by criminals efficiently and easily? Please enlighten me! $ Db = mysql_connect (& quot; AAA & q How can I avoid "black KE" from seeing my linked database statements ?!!
The younger brother is learning PHP. basically every page is required. some of them are included in inclue, but those who know PHP network can see the importance of such information at a glance, so how can we avoid being seen by criminals efficiently and easily? Please enlighten me!
$ Db = mysql_connect ("AAA", "BBB", "CCC ");
$ Sqlname = "BBB ";
Mysql_select_db ($ sqlname, $ db) or die ("database error! ");
Mysql_query ("set names 'utf8'", $ db );
------ Solution --------------------
Discussion
That is, the data is deleted and some hacker information is put. The guy seems to be outside China, showing off his many cool bits!
------ Solution --------------------
Outside China? Understanding. Give a link.
Serious: SQL injection attacks. Didn't the database be processed before?
Go to Google to search for "php anti-SQL injection"
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.