someoneneedshelps
Technical User
How do I do this
with a php file that uses standard html in the form? this doesn't work
Code:
<input type="hidden" name="csrftoken" value="{_CSRFTOKEN}">
with a php file that uses standard html in the form? this doesn't work
Code:
<input type="hidden" name="csrftoken" value="<?php echo $_CSRFTOKEN; ?>">