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 / 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 |
What are the different components used in php for formatting?
How to delete file in php?
Why php is also called as scripting language?
What is the importance of "action" attribute in a html form?
what is magic code ?
4 Answers eVenturers, iFlash, Zynga,
when ever the user logged in the database table the current registered date will be appeared
What does a delimiter do in mysql?
How many ways there are to fetch the data from the Database?
What is a definer in mysql?
In how many ways we can retrieve the date in the result set of mysql using PHP?
What's the difference between __sleep and __wakeup?
Why post method is used in php?