
C)zy
-
Posts
12 -
Joined
-
Last visited
C)zy's Achievements
Single Status Update
-
hello..for that problem with the session destroy: first you should use: require_once or include_once for including function and class definition files.
initiate a session (or pick up an existing one) by using session_start() (which takes no arguments), do not change the structure of session_register(), in your case session_register('email').