User:Ollipuu: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<code>
<?php
$foo = "bar";
echo "Foo is " . $bar;
?>
</code>
Testing testing!
Testing testing!
[[File:Pic-6.png|left|thumb]]
[[File:Pic-6.png|left|thumb]]

Revision as of 07:46, 17 May 2017

<?php
$foo = "bar";
echo "Foo is " . $bar;
?>

Testing testing!

Pic-6.png