This website works better with JavaScript.
Home
Explore
Register
Sign In
miteruzo
/
goatoh_training_server
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
ユーザ作成
main
みてるぞ
1 year ago
parent
170e5d6de8
commit
2f2d0c3d85
1 changed files
with
11 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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'];
Write
Preview
Loading…
Cancel
Save