Okay I have been reading over W3 schools.com for about 1day 1/2. I have developed a script (I think it will work) and I wonder how would you "export" it to use for VB?
Here's the script:
PHP Code:
<?php
$m=month("M");
if ($m=="January")
echo "MacWorld 2009 is going to be BIG!";
else
echo "MacWorld 2009 here we come!";
?>
Now this is a stupid useless code I know that but it would be my first line I have ever done.