Edit this page Backlinks This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. /* comment */ /* skdjfkdjf */ $ \texttt{lol}$ ''monospaced'' asdf $$ aasdf$$ qwer \(1 + 2 + 3\) ''%%->%%'' <Code:php linenums:1 |Example #1 Our first PHP script: //hello.php//> <html> <head> <title>PHP Test</title> </head> <body> <?php echo '<p>Hello World</p>'; ?> </body> </html> </Code>