0
0

More than 3 years have passed since last update.

PHPでの文字の表示とHTMLタグにPHPを埋め込んだ

Posted at

初投稿。
Qiitaの使い方のテストを兼ねて投稿します。

test.php
<p><?php print('phpを勉強'); ?></p>
<a href="<?php print('https://dmk7.info'); ?>">タグにphpを埋め込んだ</a>
0
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
0
0