Browse Source

ユーザ作成

main
みてるぞ 1 year ago
parent
commit
2f2d0c3d85
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      create_user.php

+ 11
- 0
create_user.php View File

@@ -0,0 +1,11 @@
<?php

require_once './db_connection.php';

require_once './modules/user.mod.php';


$user = new User;
$user -> name = $_GET['name'];



Loading…
Cancel
Save