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

e-com sem-3

SOFTWARE

e com partical

unit-1 E- Commerce

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

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

Unit-III: Cascading Style Sheets (CSS) - HTML

Computer Operations and Performing - D L Unit-1-1

Unit-II: HTML Coding Standards & Elements

digital marketing ppt-u1