Ĭ|<?php##	^^##?>
ע|/*^^*/
$_GET|$_GET['name']
$_POST|$_POST['name']
$_REQUES|$_REQUES['name']
$_COOKIE|$_COOKIE['name']
PHP_ǰʱ|date('Y-m-d H:i:s',time())
SQL_|CREATE DATABASE  ``
SQL_ѯ|select * from ``
SQL_ѯָ|select * from `` where `` = ''
SQL_ѯ(ѯظ)|select * from `` group by ``
SQL_ѯ|select * from `` limit  
SQL_ѯ(ָλ)|select * from `` limit ʼλ,
SQL_ѯ|select * from `` order by 
SQL_ѯ()|select * from `` order by  desc
SQL_ѯ()|select * from `` order by  asc
SQL_ѯָ|//ѯǰ
SQL_ѯָ|select * from `` where `` like '%'
SQL_ѯָ|//ѯǰģֵ
SQL_ѯָ|select * from `` where `` like '_'
SQL_ѯָ|//ѯ
SQL_ѯָ|select * from `` where `` not like '%%'
SQL_ѯָ|//ѯ
SQL_ѯָ|select * from  where DATEDIFF(minute,ʱ,GETDATE())<2
SQL_ѯָ|//ѯ ``id ageС30꣬ظְҵjobȡǰ10
SQL_ѯָ|select * from `` where  group by job order by id desc limit 10
SQL_޸|update `` set `` = '' where `` = ''
SQL_ɾ_|delete from ``
SQL_ɾ_|drop database ``
SQL_ɾ_ָ|delete from `` where `` = ''
SQL_|truncate table ``
SQL_|insert into `` (``) values('')
SQL_|insert into `` set `1` = 'ֵ1',`2` = 'ֵ2'
SQL_|insert into `` values('')
SQL__|order by 
SQL__|asc
SQL__|desc
SQL_|SET NAMES 'GBK'
PHP_ݿ|mysql_query("set names utf8")
PHP_ݿ|mysql_query("set names gbk")
PHP_ݿ|mysql_query("set names gbk2312")
PHP_ݿ(PHP5.2.3Ժ)|mysql_set_chartset('')
PHP_ҳutf|header("Content-type: text/html; charset=utf-8")
PHP_ҳgbk|header("Content-type: text/html; charset=gb2312")
PHP_ҳbig5|header("Content-type: text/html; charset=big5")
ű_Ϣ|<script>alert('½ɹ')</script>
ű_Ϣת|<script>alert('½ɹ');location.href='my.php'</script>
Ĭ_MYSQL|<?php##	//һݿ##	@ݿ_('localhost','root','') ("");##	##	//ڶѡҪݿ##	@ݿ_ѡ('php') ('ڶ'.ݿ_());##	ݿ_('sex name utf8');##	##	//,ȡ,(ȡ¼)##	$ = "select * from biao";##	$ = ݿ_($) ('SQL'.ݿ_());####	//Ĳ¼ʾ##	(ݿ_ȡ($));##	##	//һرݿ##	ݿ_ر();##?>