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...

how to maintained the session from one page to another page
based on the url and then entered into the first page is
logging into instead of secondpage it goes to the another
url.ie first login session togoes to the one url and next
login session it goes to another url
how is it possible in php
please give me answer in that question

Answer Posted / bharani

first we have to register the url using
session_reigister('user_id');
$_session['user_id']=row(0)

here row(0)hold s the user name=which value you want to
maintain in session...

then in we have the write this code
session_start();
in top of the all page
where u want the session value

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How many types of array are there in php?

1037


How can i execute PHP File using Command Line?

946


What is Different between Joomla And Magento?

2781


Explain what are the different errors in php?

964


Write a program to swap two numbers using php.

1014


What is symfony php?

923


What are the differences between php constants and variables?

1059


Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);

963


Which functions are used to remove whitespaces from the string?

1116


Difference between get and post method.

971


What does namespace mean in php?

1007


How many types of inheritances used in php and how we achieve it.

922


Tell me what is the difference between ereg_replace() and eregi_replace()?

1080


How are cookies created?

932


How we load all classes that placed in different directory in one php file , means how to do auto load classes.

958