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

?>