Konu
Php session hatasi yardim
27-05-2021, 14:00:26
#2
GianC
<?php
if(!isset($_SESSION)){
session_start();
}
echo $_SESSION['tamad'];
?>