Answers for "Which of the following is used to access session variables in PHP?"

PHP
4

php session variables

<?php
   session_start();
   $_SESSION['var'];
?>
Posted by: Guest on March-18-2020

Code answers related to "Which of the following is used to access session variables in PHP?"

Browse Popular Code Answers by Language