Using if(isset($_POST['submit'])) to not display echo when script is open is not working
问题 I have a little problem with my if(isset($_POST[\'submit\'])) code. What I want is some echos and a table to not appear when the script is open but I do want it to show when the submit button for the form has been clicked. The problem is though that when I include the if(isset($_POST[\'submit\'])) function, when I click on the submit button it does not display the echos and the table at all. Why is this and can you help me out with this issue please. Below is the code: <!DOCTYPE html PUBLIC \