php和asp對(duì)象的等價(jià)關(guān)系
當(dāng)前位置:點(diǎn)晴教程→知識(shí)管理交流
→『 技術(shù)文檔交流 』
1)寫(xiě)HTML 2) Form, Cookie and QueryString變量 variables_order="EGPCS" 為了安全,我將不允許register_globals (設(shè)置它為OFF). 然后變量?jī)H僅在數(shù)組中使用: 3)Redirecting to another location 4) Cookie 處理 php: setcookie($cookiename, $newval); 5)Application變量 6)Session 變量 php: 在PHP4或以后的版本中, 我們確定變量作為一個(gè)session在 例如: session_register('avar'); 7)Form 變量 php: $HTTP_POST_VARS["formvar"]; GET and POST 變量可以交替的自動(dòng)地修改到PHP變量,這是不安全地方法。 8)Server 變量 Request.ServerVariables("HTTP_HOST") php: 作為ISAPI模式, 服務(wù)器變量存儲(chǔ)在$HTTP_SERVER_VARS數(shù)組里。 $HTTP_SERVER_VARS["HTTP_HOST"] using ISAPI module $HTTP_ENV_VARS["HTTP_HOST"] using CGI module 9)數(shù)據(jù)庫(kù)訪(fǎng)問(wèn) 10)Buffering 11) Script Timeout php: 時(shí)間級(jí)是秒級(jí): 該文章在 2012/6/5 9:52:05 編輯過(guò) |
關(guān)鍵字查詢(xún)
相關(guān)文章
正在查詢(xún)... |