8 search resultsShowing 1~8 results

Stocked

PHPでログイン機能

ログイン機能 POSTされてきた値を確認する 変数に格納 バリデーション エラーが無ければ例外処理を用いてDB接続 SQLを準備(Emailが同じもののpasswordとidを取得する) プリペ...

0
0
Comment0

PHPでユーザー登録

ユーザー登録の処理フロー POST送信を確認する POST送信されて来た値を変数に代入する 各種バリデーションを行う 4. Email重複チェックはDBに接続し、同じEmailが登録されていない...

0
1
Comment0

PHP 退会機能

SessionにユーザーIDが入ってるので、そのユーザーIDをもとにDBに接続してdelete_flgを1にするだけ。 今回の場合は、user情報・退会するユーザーの登録商品・退会するユーザーの...

0
0
Comment0

8 search resultsShowing 1~8 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in