I was just trying to make a little file that sets a cookie, and it wouldn't seem to work, so I made it really simple, the entire 7 lines is below, I'm sure theres some obvious error that, but I can't find it!
<?php
if ($submit) {
echo "Test...";
}
?>
<input type="submit" name="submit" value="Submit">
Thanks for any help