Created
November 23, 2015 14:33
-
-
Save d1i1m1o1n/44003a2b3a5defbaa10e to your computer and use it in GitHub Desktop.
Bitrix. Standart bitrix form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<form method="post" action="<?php echo POST_FORM_ACTION_URI?>"> | |
<?php echo bitrix_sessid_post()?> | |
<input type="submit" name="submit" value="Submit"> | |
</form> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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