hallo,
I would like to create session system:
page1.php
<?php
session_start();
?>
<p><div style="margin: 50px 0 0 240px;"><img src="../../images/<?php echo $_SESSION['$banner']; ?>"></div></p>
It already works!
After I click the page2.php through the navigation, then:
I wonder why the banner that appears different from page1.php, I thought it suppose to be the same.