Re: Problem with $_GET



The simple code in untitled.php is:
<?php
$path=$_GET['$house'];
echo $path;
echo $houseno;
?>

There is also a $ sign to much:

$path = $_GET['hoseno'];

.