0
0

More than 1 year has passed since last update.

PHPでログイン機能

Last updated at Posted at 2022-01-28

ログイン機能

  1. POSTされてきた値を確認する
  2. 変数に格納
  3. バリデーション
  4. エラーが無ければ例外処理を用いてDB接続
  5. SQLを準備(Emailが同じもののpasswordとidを取得する)
  6. プリペアドステートメントで値を入れる
  7. クエリを投げる
  8. ログイン有効期限をセットする(ログイン保持にチェックがあれば30日に延長)
  9. ユーザーIDと最終ログイン日時を入れる
  10. マイページへ遷移
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0