I have this setup:
HTML Form with submit button -> Check if the button was pressed in jquery -> then send input via $.post (jquery) to a php page.
How can i tell in the php code if someone actually pressed the button in the HTML form? I want to prevent users from submitting $_POST values to the php page without going through my form.