If you come from a VB/Microsoft background, you should read thread434-151252. (the ASP->PHP link in this same forum)
PHP is similar to Active Server Pages, except that it is truly cross-platform. PHP runs identically in both Windows and Unix, with some slight variations for some operations that relate to the OS and filesystem. It has a very straightforward, logical structure. Even if you are more familiar with VB, you have probably played around with Javascript some. Well, the good news is that PHP's syntax is very similar to Javascript.