Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データベース サーバーが存在しない状態でデータを保存する必要があるタスクがあり、スクリプトの実行権限しかありません。可能性はありますか?
PHPテンプレートで物事を出力するこの方法を発見しました:
<body> my name is <?= $params['name'] ?> ...
それは次のようになります。
<body> my name is <?php echo $p