07 Views Program PHP- record

  sava--Views7.php 

program:-

<?php  
 
session_start();
   
if(isset($_SESSION['views']))
    $_SESSION['views'] = $_SESSION['views']+1;
else
    $_SESSION['views']=1;
      
echo"views = ".$_SESSION['views'];
 
?>

output:-01

output:-02



 

 

Comments

Popular posts from this blog

SOFTWARE

e-com sem-3

e com partical

Unit 2: Foundations of Ownership, Security Related Concepts in Blockchain

unit-1 E- Commerce

Unit-1 Foundations of Software Systems and Blockchain

6)what are the various service of internet and protocols ICT-unit-1

Unit-II: HTML Coding Standards & Elements

Unit-V: Image Manipulations, Audio and Video & Introduction to JavaScript

HTML Degree Unit-1