VB Code:
  1. dim strHello as String
Quote Originally Posted by kregg
dim strHello as String
HTML Code:
<html>
     <head>
          <title>Hello World</title>
     </head>
     <body>
          Hello World
     </body>
</html>
PHP Code:
<?
//Don't know any
>