why does my php server ignore my if statement
when i try to display summary of my html form inputs after cliquing on send button, the php code only work when I comment the if statement, and when not it execute else statement despite the form is completed. here…