Reece-Calendar event Index problems
Posted
by Marin
on Stack Overflow
See other posts from Stack Overflow
or by Marin
Published on 2010-05-21T11:39:31Z
Indexed on
2010/05/21
11:40 UTC
Read the original article
Hit count: 305
php
Hi again!I have another problem with the index:(
It show me this error: Undefined index: cal_version in C:\wamp\www\ReeceCalendar_0.9\cal\index.php on line 39
Notice: Undefined index: user in C:\wamp\www\ReeceCalendar_0.9\cal\index.php on line 61
and the lines are:
39: if($_SESSION['cal_version']!=true)
61: if($_POST['user']!="") cal_check_user();
Help me plz:(
© Stack Overflow or respective owner