Forum | Europe Travel Guide | Ecology | Facts & Trivia | Genetics | History | Linguistics |
Austria | France | Germany | Ireland | Italy | Portugal | Spain | Switzerland |
![]() |
this text is indented
<script type="text/javascript"> <!-- alert("Hello world!"); //--> </script>
$myvar = 'Hello World!';
for ($i = 0; $i < 10; $i++)
{
echo $myvar . "\n";
}