Update:
<form action="forms_final_inspection_edit.php"
to:
<form action=""
By setting the action it is removing the url parameter when the form submits which your update is trying to use to find the record to update and is the only integer referenced.