Achievement provides the only real pleasure in life
this line will check if a session has started, if not, start it:
session_id() or session_start();
another alternative:
if(!session_id())
{
session_start();
}
Posted by
SF
at
2:19 pm
No comments:
Post a Comment