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.
次のs/wバージョンphp5.3.0 mysql5.0をインストールしました
Apacheサーバーの最小要件は何ですか...誰かが私に提案する適切なバージョンを提供してください
ありがとうクマール
PHPテンプレートで物事を出力するこの方法を発見しました:
<body> my name is <?= $params['name'] ?> ...
それは次のようになります。
<body> my name is <?php echo $p