ציטוט:
נכתב במקור על ידי EAStyle
לא רשמת בראש העמוד check_login את הפונקציה session_start
|
HTML קוד:
If session_start() was not called before this function is called, an implicit call to session_start() with no parameters will be made. $_SESSION does not mimic this behavior and requires session_start() before use.
ולנושא - מה הבעייה?