What are the basic steps to store PHP session in to Database?
Answer Posted / 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 |
Post New Answer View All Answers
Which function(s) in PHP computes the difference of arrays?
Applications written to provide a GUI shell for Unix and Linux are called
What are the 5 types of variables?
why did u want to leave your past organisation?
Define soundex()?
What is the use of $_request variable?
Tell me how to find the length of a string?
Is nan in php?
Is empty java?
Explain the changes in php versions?
What is framework in php?
What is rest api in php?
How to convert a character to an ascii value?
What is the difference between myisam and innodb?
How the values are ordered in an array?