日別: 2021年4月22日

PHP 初心

■テキスト出力echo例)echo “文字列”; //結果 文字列 出力■変数設定$sample //任意の名前例)$text = “文字列”;■変数出力echo $text; //結果 文字列 出力■配列設定array […]

トップへ戻る