注意:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Test"
Jump to navigation
Jump to search
Tag: visualeditor |
Tag: visualeditor |
||
Line 3: | Line 3: | ||
</console> | </console> | ||
Hello. Hi. blah | Hello. Hi. blah. Test. | ||
<syntaxhighlight lang="php"> | <syntaxhighlight lang="php"> |
Revision as of 08:04, June 14, 2014
root # foobar
Hello. Hi. blah. Test.
<?php
$v = "string"; // sample initialization
?>
html text
<?
echo $v; // end of php code
?>