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?



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

Post New Answer

More PHP Interview Questions

Which php function will attach one file to another?

0 Answers  


Explain converting an object?

0 Answers  


What does the arrow mean in php?

0 Answers  


What is Type hinting in PHP?

0 Answers  


What is a PHP Filter?

0 Answers  


What is the use of return in php?

0 Answers  


What is the use of is_array() and in_array()?

0 Answers  


Explain how is it possible to set an infinite execution time for php script?

0 Answers  


Explain the ternary conditional operator in php?

0 Answers  


How does php isset work?

0 Answers  


How to get the length of string?

0 Answers  


What is list function with their uses.

0 Answers  


Categories