maybe someone can explain to me what's wrong here? Why doesn't PHP read this array, and shows an error instead?
Warning: Undefined array key "ref" in ... on line 70
Line 70 is:
$ref = $_GET["ref"];
I want to take a variable from this input
<input type="text" name="ref" id="log"/>