Please tell me there is such a code:
<input type="text" name="id" value="текст" hidden> <a href="/delete.php?id=">Отправить</a> How to take data from input and send to link? post and get forms are not suitable. Is it possible to perform a post request using ajax? How to perform a post or get request using ajax without <form></form> ? This data / /delete.php should be hidden.