session problem
Posted by: unknownsolution
Posted on: 2007-10-24 21:00:00
hi..im confuse in doing session in php programming...can u all help
Posted by: unknownsolution
Posted on: 2007-10-24 21:00:00
hi..im confuse in doing session in php programming...can u all help
Posted by: rlparker
Posted on: 2007-10-24 21:33:00
Do you have a specific question, or are you just looking for general education on the use of sessions in PHP?
You might check out these resources, and then post back if there is something in particular you don't understand:
PHP.net Section on Sessions
Lots of PHP sessions Tutorials
--rlparker
Posted by: patricktan
Posted on: 2007-10-24 23:22:00
Some body get confused with session in PHP because they always forget to put session_start(); before HTML header.
To initialize a value to a session or retrieve value from session, you have to put session_start(); before any HTML codes.