Skip to content

Instantly share code, notes, and snippets.

@d1i1m1o1n
Created November 23, 2015 14:33
Show Gist options
  • Save d1i1m1o1n/44003a2b3a5defbaa10e to your computer and use it in GitHub Desktop.
Save d1i1m1o1n/44003a2b3a5defbaa10e to your computer and use it in GitHub Desktop.
Bitrix. Standart bitrix form
<form method="post" action="<?php echo POST_FORM_ACTION_URI?>">
<?php echo bitrix_sessid_post()?>
<input type="submit" name="submit" value="Submit">
</form>
<?php
if (check_bitrix_sessid() && (!empty($_REQUEST["submit"])))
//processing
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment