User talk:Feri
(→Test) |
(→Test) |
||
Line 16: | Line 16: | ||
testing #7545 | testing #7545 | ||
+ | |||
+ | <syntaxhighlight lang="php"> | ||
+ | <?php | ||
+ | v = "string"; // sample initialization | ||
+ | ?> | ||
+ | html text | ||
+ | <? | ||
+ | echo v; // end of php code | ||
+ | ?> | ||
+ | </source> |
Revision as of 08:23, 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>