Caton + OO + Google =?
This is my record about java , C# and web application
2011年9月23日 星期五
心得 php register_globals
接到 前人的php 程式,也許是不熟得關係查了好久, 原來是前人把 全域變數打開了,也就 是register_globals選項是開得。
而預設安裝php 是關閉的....。
register_globals 關閉的話 就要使用比較嚴謹的語法,比如
存在 seeeion 中的變數 foo
要取得的話 必須呼叫
$_SESSION
['foo'];
但若 on 的話 直接呼叫 $
foo 即可
參考:
http://blog.xuite.net/samba2005/blog/15425755
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言