Project / Support Center
Welcome, Guest. Please login or register. June 03, 2023, 11:01: PM
Home Help Search Login Register
D-Web Web Site Creator D - Web Web Site Creator On-line HTML Editor No Programming knowledge required. Web Global Net PayPal-Cart Shopping Cart System PayPal - Kart Shopping Cart System for E-Commerce over the internet, that's easy to use. Web Global Net Newsletter Manager Newsletter Manager On-line Newsletter Creator with Email Subscriber Management.
Ring Central Discount
Web Global Net Web Application & Web Development Project Center  |  Technical Issues  |  php related  |  Topic: show if based on a session 0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Go Down Send this topic Print
Author Topic: show if based on a session  (Read 5683 times)
admin
Administrator
******
Offline Offline

Posts: 237


« on: August 08, 2017, 06:01: PM »

Simple show if based on a session  variable

<?php

if (@$_SESSION['kt_use'] == "Family") {

          Show This

 }

?>

Show if then else based on session

  <?php
if (@$_SESSION['kt_use'] == "Family") {

          Show this

} else {

          Else show this

 }

?>
Report to moderator   Logged

The Unknown Webmaster
Pages: [1] Go Up Send this topic Print 
Web Global Net Web Application & Web Development Project Center  |  Technical Issues  |  php related  |  Topic: show if based on a session « previous next »
Jump to:  


Login with username, password and session length
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!