Quick question for you guys.
Can anyone tell me what a variable returns if it isn't set?
Code:
$foo = $_POST['bar'];
What will $foo contain if say, the page was accessed directly and the form never filled? I want to know if it's just empty, or if null is it'S value.
Thanks  .
|