What are the basic steps to store PHP session in to Database?
Answer / dharamveer singh sagar
To store PHP session in a database , need to foolow step,
which is given below
1. to create session
<?php session_start();?>
2.assign to a variable
<?php $s=$_SESSION['username'];?>
3 then store it into database
| Is This Answer Correct ? | 15 Yes | 1 No |
Is php outdated 2019?
Which function can be used to delete a file?
What are some of the advanced features of php?
What is button in html?
How the values are ordered in an array?
How to restrict the number of users login ? For ex:- if the allowed login is 10, for 11th user, the application should restrict them from login.
What are the advantages of stored procedures?
What is the difference between require_once and require in php?
Do you know what does $globals means?
which institute provide better PHP trainning in delhi? please tell me how much salary can freshers get ? thanku
How to get the total number of values in an array?
What is the use of magic function in php?