<?phpinclude("database.php");$DB= new DataBase();if(isset($_POST['data'])){ $data=$_POST['data']; $DB->save('user',$data); exit();}?>