php - Splash screen to disappear after index is visited for the first time -


well title sums everything:

i have splash screen on index.php, have no idea how make disappear since dont want show each time index loaded. need hint not asking job done

thanks in advance.

you can use local storage or cookie save value checked in code before showing splash screen. can use php sessions, won't last long enough you're looking accomplish.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -