So the Code is below:
- Code: Select all
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Sending Variables</title>
</head>
<body>
<?php
echo $a;
?>
</body>
</html>
The tutor says that, if you write like this in address bar :
- Code: Select all
http://localhost/PhpProject2/test.php?a=77
The output must be "77".
But at in my own the output is:

The question is: "What is going on?" :) Thanks :)
i am using XAMPP Server 1.7.4, Netbeans IDE 7.0, and Firefox 5.0

