NoteOnMe博客平台搭建
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

5 satır
136 B

3 yıl önce
  1. <?php
  2. require_once "pdo.php";
  3. session_start();
  4. unset($_SESSION['user_id']);
  5. unset($_SESSION["name"]);
  6. header( 'Location: index.php' ) ;