Wikiの書き方
(版間での差分)
8x9 master (トーク | 投稿記録) |
8x9 master (トーク | 投稿記録) |
||
13行: | 13行: | ||
==samples== | ==samples== | ||
− | |||
[[ファイル:2016-05-23 test2.png]] | [[ファイル:2016-05-23 test2.png]] | ||
---- | ---- | ||
==Check any syntaxes== | ==Check any syntaxes== | ||
+ | |||
+ | [[ファイル:2016-05-23 test.png]] | ||
<syntaxhighlight lang="php"> | <syntaxhighlight lang="php"> |
2016年5月23日 (月) 14:58時点における版
目次 |
書き方
samples
Check any syntaxes
<?php $v = "string"; // sample initialization ?> html text <? echo $v; // end of php code ?>