form submit tutorial example
http://phpschool.com/link/tipntech/78427
HTML
<form method="post" action="https://pasciak.com:3030/api/users">
<input type="text" name="name" id="name" value="test">
<input type="submit">
</form>
<form method="post" action="https://pasciak.com:3030/api/users">
<input type="text" name="name" id="name" value="test">
<input type="submit">
</form>