1
網頁技術 / 請問IIS5+php4.3變數無法傳遞?
« 於: 2003-02-13 06:48 »
試了很久一直沒有下文
最近正好在BBS逛版,看到有人回覆
才知道是以下的問題
; You should do your best to write your scripts so that they do not require
; register_globals to be on; Using form variables as globals can easily lead
; to possible security problems, if the code is not very well thought of.
register_globals = On
改成on就能傳遞,改成off就不行
我也試過的確是這邊的問題
在此提供給有相關問題的其他網友一個參考
最近正好在BBS逛版,看到有人回覆
才知道是以下的問題
; You should do your best to write your scripts so that they do not require
; register_globals to be on; Using form variables as globals can easily lead
; to possible security problems, if the code is not very well thought of.
register_globals = On
改成on就能傳遞,改成off就不行
我也試過的確是這邊的問題
在此提供給有相關問題的其他網友一個參考