すくすくゴートうちゃんのサーヴァ(黒歴史)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

create_user.php 136 B

1234567891011
  1. <?php
  2. require_once './db_connection.php';
  3. require_once './modules/user.mod.php';
  4. $user = new User;
  5. $user -> name = $_GET['name'];