1 2 3 4 5
<?php function on_post() { echo "Id: " . Database\User::create($_POST["Username"], "", "User"); }