LoginSignup
1
0

More than 1 year has passed since last update.

【PHP基礎0⃣】文字列を表示させる

Last updated at Posted at 2022-05-11

[問題] (参照:http://www.cc.kyoto-su.ac.jp/~mmina/bp1/hundredKnocksBasic.html)
実行するとHello Ruki!と表示するプログラムを作成しなさい。

コード

<?php 
echo 'Hello Ruki!';
?>

結果

Hello Ruki!

☆echo=表示させる

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0