using post from any button
$('.btn-logout').on('click', function() {
$('<form action="<?=$url_local?>member/logout" method="post"> <input name="token" value="<?= $obj_user ? $obj_user['token'] : '' ?>"/> </form>').appendTo('body').submit();
});
using post from any button
$('.btn-logout').on('click', function() {
$('<form action="<?=$url_local?>member/logout" method="post"> <input name="token" value="<?= $obj_user ? $obj_user['token'] : '' ?>"/> </form>').appendTo('body').submit();
});
html button send post request
<form method='POST' action='myFile.php'>
<input name='myInput'>
<button type='submit'>Submit</button>
<!--Sends input value to the page set as 'action' parameter.
For example a php file.-->
</form>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us