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
How is it possible to propagate a session id?
What are the uses of php language?
Why php is better?
What is a query in a database?
Is php pass by reference or value?
Which is the latest version of php?
What are the differences between mysqli_connect and mysqli_pconnect?
What is session_start () in php?
What is the most common http method?
What is php and its features?
What does the php error 'parse error in php - unexpected t_variable at line x' means?
Why php 7 is faster?
What are the data types in php?
Why ide is recommended for use while programming with php?
How can you increase the maximum execution time of a script in php?