0
它會創建一個可以在以後使用的變量嗎?如C++中的int a;
?我是HTML新手,我目前正在編寫一個網站和大部分教程。我看過沒有向我解釋定義PHP變量值時$的目的是什麼。
<?php
$sitename="Every Moments Studio";
$sitedescription="Because every picture tells a story,let me help you tell yours"
$sitepath="http://people.oregonstate.edu/~atkurua";
$author="jason";
?>
結束哪裏是「代碼示例」??? –
我剛發佈了!對不起,我是這個網站的新手,不得不學習如何觸發代碼 – jasonjs
是的。變量總是以'$'符號開頭,後面跟着變量的名稱。參考[潛水到php](https://code.tutsplus.com/articles/diving-into-php--net-3590)。 –