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 |
Is age nominal or ordinal?
How to download and install php on windows?
How is a session id generated?
Use of Session
What is a closure in php?
Who created numbers?
What is mem_cache ? How do you put a database query into that ?
Why constructor is not overridden?
Which php global variable is used for uploading a file?
Which operator is used to combine string values in php?
write a program to print [123] [456] [789] note : braces also need to be printed
What happens if an expected input field was not submitted?