i have one doubt in php language.....
how to maintain sessions in php...for 3web pages...or more
and another one is how to develop a binary tree programme in php language...
reply me soon...
thanks in advance.........
Kushal
|
Newbie Member
|
|
| 6Oct2008,22:33 | #1 |
|
Hi everybody...
i have one doubt in php language..... how to maintain sessions in php...for 3web pages...or more and another one is how to develop a binary tree programme in php language... reply me soon... thanks in advance......... Kushal
|
|
Go4Expert Member
|
|
| 17Oct2008,10:36 | #2 |
|
Sessions are easy in PHP, just call session_start() in the beginning of all 3 scripts, your session will be initiated.
|