我試圖理解這個語法在PHP <?=$value;?>
,例如:PHP輸入值
<input type="text" name="user" value="<?=$_POST["user"];?>" id="user">
按照我的理解是不是有些XML語法becouse的文件必須.PHP文件,另外,:
<? ?> // short opening tags in the <?=$_POST["user"];?> syntax
是工作,即使我設置short_open_tag的值爲=關,如果任何人都可以請幫助我理解這個語法和如何能源部它瓦特與聯繫short_open_tag =關閉,謝謝大家,祝你有美好的一天。
'short_open_tag'已折舊..請不要使用那個 – coolguy 2013-03-07 10:42:13
這是一個隱式PHP回聲(示例#2,編號3)http://www.php.net/manual/en/language.basic-syntax.phpmode。 php - 請參閱短打開標記的說明 – 2013-03-07 10:42:46
sort_open_tag是否有其他替代方法? – 2013-03-07 10:43:32