php¼òµ¥ÈëÃÅÊÓÆµ½Ì³Ì
±¾Ì×ÊÓÆµ½Ì³ÌΪ¸ßÇåÊÓÆµ½Ì³Ì£¡ÇëÈ«ÆÁ¹Û¿´£¡±¾Ì×ÊÓÆµ½Ì³Ì½²µÄ±È½Ï¼òµ¥£¬Ö÷Òª½²ÁËApache·þÎñÆ÷µÄÏÂÔØºÍ°²×°£¬mysqlÊý¾Ý¿âµÄ¼òµ¥²Ù×÷µÈµÈ£¬»¹½²ÁËÁÄÌìÊÒÉè¼Æ
,ÁôÑÔ°å,»áÔ±¹ÜÀíϵͳ,ͶƱ¹ÜÀíϵͳ,ͼÊé¹ÜÀíϵͳ,²úÆ·½øÏú´æ¹ÜÀíϵͳ¼¸¸öʵÀý£¬¶¼±È½Ï¼òµ¥£¬ËùÒÔÕâÌ×ÊÓÆµ½Ì³ÌÊʺÏÐÂÊÖѧϰ¡£¸ßÊÖÒ²¿ÉÒԲο¼¿´Ï£¡
µØÖ·£ºhttp://www.phpjc.cn/shipinjiaocheng/
Ïà¹ØÎĵµ£º
¿ÉÒÔ¼òµ¥µÄÓÐÁ½¸öforÑ»·±íʾ ¾Å¾Å³Ë·¨±í,µ«ÊDz¢²»ÖªµÀÈçºÎ½øÐÐURLµÄÉèÖÃ.
<?php
for($a =1;$a<=9;$a++)
{
for($b =1;$b<=$a;$b++)
{$c =$a *$b;
echo "$a*$b=$c ";
}
echo "<p>";
}
?> ......
openpne¿ªÔ´SNS
ÓÃPHPÄ£Äâ126ÓÊÏäµÄµÇ½¹ý³ÌÀ´ÊÕÈ¡Óʼþ:http://www.cnblogs.com/amboyna/archive/2009/04/29/1446487.html
phpµ÷ÓÃÆäËûϵͳµÄ½Ó¿ÚÕûÀí:http://blog.chinaunix.net/u2/84280/showart_2065156.html
ÎÊÌ⣺ÎÒÊÇÏëдһ¸öÍøÉϸøÊÖ»ú·¢¶ÌÐŵŦÄÜ µ÷ÓÃÁËÒ»¸öµÚÈý·½µÄ·ÉÐŽӿÚ
·ÉÐŽӿÚPHP°æ (Ãâ·Ñ·¢¶ÌÐÅ) v1. ......
1¡¢$_SERVER['SCRIPT_NAME']¡¢$_SERVER['PHP_SELF']ºÍ$_SERVER['REQUEST_URI']Çø±ð
Àý×Ó:http://localhost/phpwind75/test.php/%22%3E%3Cscript%3Ealert(’xss’)%3C/script%3E%3Cfoo
$_SERVER['SCRIPT_NAME']Ö»»ñÈ¡½Å±¾Ãû£¬²»»ñÈ¡²ÎÊý,Êä³ö½á¹ûΪ:test.php;
$_SERVER['PHP_SELF']»ñÈ¡½Å±¾Ãûºó£¬Í¬Ê±»ñÈ ......
includeʵÏÖ¹ú¼Ê»¯
½«index.php½øÐзÒë:
IndexÄÚÈÝ
1. Index
2. About us
ÎÒÃÇ¿ÉÒÔ½«index.phpÉèÖÃΪһ¸ö·ÒëÄ£°æ£¬ËùÓгöÏÖ×Ö·ûµÄµØ·½£¬¶¼¶¨ÒåΪ±äÁ¿£¬Èç1£¬2²¿·ÖÉèÖÃΪ·ÒëµÄ±äÁ¿$menu_index, $menu_aboutus.
......
PHP Security for Deployers
If you're a Developer
READ THIS and then work with your SysAdmins to step through any and all the layers of security designed to protect your apps.
Example:
Traffic must first pass through a SPI firewall (ensure that ONLY necessary ports/protocols are permitted; en ......