Hi,
I am trying to pass variables from one page to another, but it is not working.
My welcome.html file have this link:
<a href=" Hi, I'm Jo! </a>
My welcome.php have this one:
<?php echo( "Welcome to our Web site, $name!" );?>
The variable name does not sends the value "Jo", it sends only an empty string.
I am using IIS under Win XP.
Please help me.
Thanks
I am trying to pass variables from one page to another, but it is not working.
My welcome.html file have this link:
<a href=" Hi, I'm Jo! </a>
My welcome.php have this one:
<?php echo( "Welcome to our Web site, $name!" );?>
The variable name does not sends the value "Jo", it sends only an empty string.
I am using IIS under Win XP.
Please help me.
Thanks