Current Page: 1 of 1
Results 1 - 1 of 1
14 years ago
naddie
Sorry if this has been discussed before, but I'm having issues getting the $_SESSION variables to work. I'm just learning to use them so I could easily be missing something. Using this simple code from a tutorial: <?php session_start(); if(isset($_SESSION['views'])) $_SESSION['views'] = $_SESSION['views']+ 1; else $_SESSION['views'] = 1; ?> Refreshing the page doesn
Forum: WampServer English
Current Page: 1 of 1