echo "";
}else{
echo "<script>
swal({
title: 'New Records Added',
text: 'Thank You',
icon: 'success',
});
$( document ).ready(function() {
$.get('telegramBOT.php');
return false;
console.log('Notificaton Sent');
});
</script>";
session_unset();
}
?>```
aren't you missing a session_start() there?
Обсуждают сегодня