You're using the wrong operator.
=
is to set a value; try if ($_POST['fName'] == "Megan")
to do a comparison, instead.