index
:
FMI/nowayforward_human
master
A copy of the wayback machine site made as a WEB project for a FMI course
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
controllers
/
test.php
blob: 1b3b2c4b2646d8e833aa520a516d624d6b6ede80 (
plain
) (
blame
)
1
2
3
4
5
<?
php
function
on_post
() {
Database\User
::
create
(
$_POST
[
"Username"
],
""
,
"User"
);
}