Ok please tell me why I can't so this, say someone just filled out a form. Now I see there details, but one prints and one doesnt
if($do == "Submit Info") {
echo "FIRST NAME: $first";
submit();
}
function submit() {
echo "FIRST NAME: $first";
}
It won't print it out when its in the function???