[ad_1]
<?php if ($_SESSION['id'] != ""): ?>
should be
<?php if (isset($_SESSION['id']) && $_SESSION['id'] != ""): ?>
1
[ad_2]
solved what’s wrong with my code? 9
[ad_1]
<?php if ($_SESSION['id'] != ""): ?>
should be
<?php if (isset($_SESSION['id']) && $_SESSION['id'] != ""): ?>
1
[ad_2]
solved what’s wrong with my code? 9