hi, im new to phpand i have a problem when i click on this link: <A HREF="welcome.php?name=Kevin"> Hi, I'm Kevin! </A>
the parser outputs this message "Notice: Undefined variable: name", im runnig apache on a windows system: welcome.php code: <html> <body> <?php echo( "Welcome to our Web site, $name !" ); ?> </body> </html> -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php