Hi

I'm new to PHP and am having an issue.
Whenever i have a variable on the page I get the following error meesage:

Notice: Undefined variable: name in c:\inetpub\wwwroot\travel_db\test1.php on line 3
Welcome to our Web site, !



Page code is simply:

<HTML>
<?php
echo( "Welcome to our Web site, $name!" );
?>
</HTML>

Any thoughts??