Question
How to prevent a PHP file called in action form to appear as a page ?
With this line <form name="myForm" id="myForm" action="manageMySQLGuests.php" method="post"> I cannot avoid manageMySQLGuests.php to appear as a page whilst only CRUD transactions with MySQL occur in this PHP file (so that nothing needs to appear as I manage failures in another way).
