ive been staring at it for several hours... probably something stupid.
<?
print_r($_POST);
?>
<html>
<body>
<form name="test" method="GET" action="test.php">
<input type="text">
<input type="submit">
</form>
</body>
</html>
i cannot get a form to pass values using POST or GET at all. this is very frustrating as ive done this a number of times before... quite basic...