<?php
$activasyon_token_1 = $_SESSION['activasyon_token'];
$activasyon_token_2 = $new_user->get_user_info($_SESSION['user_id'], 'activasyon_token');
?>
<!-- İstediğiniz yere yerleştirilecek kod -->
Token 1: <?php echo $activasyon_token_1; ?><br>
Token 2: <?php echo $activasyon_token_2; ?>
1 çalışmadı ama 2 çalıştı... 1 i de çalıştırma şansımız varmı... kodu burada kullanıcağım...
<?php
$activasyon_token_1 = $_SESSION['activasyon_token'];
$activasyon_token_2 = $new_user->get_user_info($_SESSION['user_id'], 'activasyon_token');
?>
<?php
include('vt.php');
$verisor=$db->prepare("SELECT * FROM kat_siparisler WHERE stoken = '$activasyon_token_2' Order By id ASC LIMIT 1 ") ;
$verisor->execute();
while($vericek=$verisor->fetch(PDO::FETCH_ASSOC)) {
?>
<tr>
<?= $vericek['favori_yap_butonu_ayar_sec']; ?>
</tr>
<?php } ?>görünen hata
PHP Warning: Undefined array key "activasyon_token" in /home/tetris/public_html/login/index1.php on line 78