| Author |
using the value of a session variable
|
rrn rose
Greenhorn
Joined: Apr 14, 2009
Posts: 10
|
|
in my website (php , htm l , sql)
i have used the following php code to derive the basename of page
if i am on the page www.test.com/index.php $_SESSION['page'] has the value index.php.
i want to use that value in the '----------- ' html code shown below
how can i do that?
please help
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15357
|
|
How would you write out a php variable to the page? You would do the same thing with php. Write it to the page.
Eric
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56233
|
|
|
"rrn rose", please check your private messages for an important administrative matter.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: using the value of a session variable
|
|
|