Using the DB layer

<?php
  
include './db.inc';
  include 
'./db_people.inc';

  
$pep = new people;
  
$all $pep->load();
  
$lid $pep->insert($_REQUEST);
?>