User talk:Feri
(→Test) |
(→Test) |
||
Line 17: | Line 17: | ||
testing #7545 | testing #7545 | ||
- | < | + | <syntaxhighlight lang="php"> |
<?php | <?php | ||
v = "string"; // sample initialization | v = "string"; // sample initialization |
Revision as of 08:26, 26 March 2010
dd aa
Test
testing testing--qgil 13:43, 23 June 2008 (UTC)
deleteNewtalk is never called? this might be the reason why we see the orange banner. -- feri 13:53, 25 July 2008 (UTC)
testing -- 127.0.0.1 14:10, 25 July 2008 (UTC)
testing again #8791
hello
testing #7545
<syntaxhighlight lang="php"> <?php
v = "string"; // sample initialization
?> html text <?
echo v; // end of php code
?> </source>