use
is a reserved word so, or you use backticks around the word or you alter the table.
In addition: the methods available for the form are POST, GET, PUT and other methods. REQUEST is a generic method used to retrieve data in PHP, don't use it in the method attribute, and avoid $_REQUEST
if you can, because it allows a client to submit data also through a cookie.