Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

What is session in PHP. How to remove data from a session?

1043


Why is node js better than php?

1186


Is php developer in demand?

1013


Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?

958


Which is better php or wordpress?

997


Where is the submitted form data stored?

1132


Which is the correct way to check if a session has already been started ?

1029


What is a stored procedure in mysql?

1139


Why use static methods php?

1133


What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?

1004


When should you use a stored procedure?

1013


What is slim framework?

1003


Explain include(), include_once, require() and require_once?

1074


Write a program to display a table of any given number?

998


Why echo is faster than print in php?

1047