I have a php file that contains a HTML form, then PHP logic, then an HTML footer...in that order. I am trying to get the values from the form into some php validation logic in the botton of the page
file1.php and file2.php with die(); function. include.php: <? include \'file1.php\'; include \'file2.php\' ?>
So there are two constraints to my question: I must use an external function call in my click event, and
What are the differences between die() and exit() functions in PHP?开发者_开发知识库 I think both have the same functionality, but I doubt there is something different in both... what is it?There\'s