<?php
  $id = trim(addslashes($_POST['id']));
  $nazwisko = trim(addslashes($_POST['nazwisko']));
  
  /*
    blok kodu skryptu PHP
  */

?>