PHP½ÓÊÕ±íµ¥ enctypeÀàÐÍ
enctype="text/plain" ʱ method="post" £¬PHP ½ÓÊÕ²»µ½±íµ¥Öµ£¬¸Ä³Émethod="get" ¿ÉÒÔ
ÊǺÎÔÒò£¿
PHP code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ÎÞ±êÌâÎĵµ</title>
</head>
<body>
<div>
<form action="index.php" method="get" enctype="application/x-www-form-urlencoded" target="_self" id="loginForm">
Óû§£º<input id="Uid" name="Uid" type="text" /><br>
ÃÜÂ룺<input id="PSW" name="PSW" type="password" />
<input type="submit" value="Ìá½»">
</form>
</div>
<?php
echo('hello,now it is '.date('H:i:s,jS F,Y').'<br />');
echo('Uid:'.$_REQUEST['Uid'].' PSW:'.$_REQUEST['PSW']);
?>
</body>
</html>
·¨Óï: <form method=" ±íµ¥µÄ´«ËÍ·½Ê½">
............................
</form>
´«ËÍ·½Ê½ÓÐ:
method=
Ïà¹ØÎÊ´ð£º
´úÂëÈçÏ£º
function uc_get_user($username, $isuid=0) {
$return = call_user_func(UC_API_FUNC, 'user', 'get_user', array('username'=>$username, 'isuid'=>$isuid));
return UC_CONNECT == 'mysql' ......
ÇëÎÊ
object(Helper_Uploader_File) {
protected '_file' => array(
'name' => string '4_¹âÓ°_1.jpg' (length=14)
'type ......
°²×°ÁËAPHACHE
¿ÉÊÇÔËÐÐÍøÒ³Ê²Ã´¶¼Ã»ÓÐ
¼±
»¹ÏëÇëÎÊÏÂ,JSP.PHP.ASP.NET ÄǸö¹¤×ʸ߰¡,
»ØÌû¾Í¼Ó·Ö
»¹Òª×°php5
×öµÃºÃ£¬Äĸö¹¤×ʶ¼¸ß¡£
http://download.csdn.net/source/1712990 Õâ¸öÀïÃæÓÐÕû¸öPHPµÄ° ......
$a = 100;
$b = $a;
$a = $a + 10;
echo $b; Çëд³ö$bµÄֵΪ? Çë˵³öΪʲô?
ÎÒ¾õµÃ&b=100;ÒòΪ±äÁ¿Ç°Ã»ÓÐÓÃglobal £¬ËùÒÔ¾ÍËã±äÁ¿ÃûÏàͬ£¬Ò²ÊôÓÚÓë²»±äÁ¿£¬ÖµÊDz»Í¬µÄ¡£ËùÒÔ$b=$aÏ൱ÓÚ$b=100;²»ÖªµÀ¶Ô²»¶Ô ......
ÎÒÔÚÍøÕ¾µÄÒýµ¼Ò³ÖÐÌí¼ÓÁË<embed src="ÒôÀÖµØÖ·" autostart="true" loop="true" hidden="true"></embed>
Õâ¾ä»°£¬È»ºóÌø×ªÒ³Ãæºó£¬±³¾°ÒôÀÖ¾ÍûÓÐÁË£¬ÔõôÈÃÕ ......