PHP forums, MySQL forums, Web Development resources

Home PageHome    PHP ResourcesTopic List    FAQFAQ    SearchSearch    MemberlistMemberlist    UsergroupsUsergroups 
 RegisterRegister
    ProfileProfile    Log in to check your private messagesLog in to check your private messages    Download the RSS Reader RSS Feed Download the RSS Reader RSS for this forum Log inLog in 

PHP Forum :: MySQL Forum :: Java Script Forum



PHP Notice: Undefined index:year

 
Post new topic   Reply to topic    WeberForums.com Forum Index -> PHP General
View previous topic :: View next topic  
Author Message
srirams



Joined: 18 Mar 2008
Posts: 2

PostPosted: Sat May 03, 2008 12:11 pm    Post subject: PHP Notice: Undefined index:year Reply with quote

Hi,

I have a calendar page which actually loads fine.
The calendar code starts like this.

Code:
require_once("include/inc_calendar.class.php");
$oCalendar = new inc_calendar();
$month = $_REQUEST['month'];
$year = $_REQUEST['year'];
$oCalendar->dateNow($month,$year);


Though I am able to see the calendar, each time I navigate to this page the errorlog logs the below notice.
I believe that the notice is indicating that the index value month is not set.
Please suggest measures to fix this.

Code:
[Sat May 03 14:29:50 2008] [error] [client 127.0.0.1] PHP Notice:  Undefined index:  year in C:\\Program Files\\Apache Group\\Apache2\\htdocs\\mysite\\view_calendar.php on line 5, referer: http://localhost:8080/mysite/menu.php
[Sat May 03 14:32:08 2008] [error] [client 127.0.0.1] PHP Notice:  Use of undefined constant sortcriteria - assumed 'sortcriteria' in C:\\Program Files\\Apache Group\\Apache2\\htdocs\\mysite\\kbmain.php on line 43, referer: http://localhost:8080/mysite/kbcategory.php :)


Thank you
Sriram
Back to top
View user's profile Send private message
mwasif



Joined: 22 Mar 2008
Posts: 27

PostPosted: Sat May 03, 2008 12:48 pm    Post subject: Reply with quote

Are you getting the proper values in $_REQUEST['month'] and $_REQUEST['year']?
_________________
PHP, Apache, MySQL
Back to top
View user's profile Send private message Visit poster's website
lostboy



Joined: 02 May 2004
Posts: 5572
Location: toronto, canada

PostPosted: Sun May 11, 2008 3:47 am    Post subject: Reply with quote

Just initialize the variable before using it...

Code:

$year = date("Y") ; //assumes integer of current year

_________________
Lostboy

Cat, the other other white meat

Please read Posting Etiquette before posting

You can always try Google
Back to top
View user's profile Send private message Send e-mail AIM Address MSN Messenger
Display posts from previous:   
WeberTrivia Questions WeberTrivia Questions
 Think you are smart? Prove it!. Try your skills with these questions :
 WeberTrivia QuestionsRecursive arrays and multi-dimensional arrays are one and the same. (PHP and MySQL)
 WeberTrivia QuestionsThe \"cache_dir\" tag of the squid configuration has a default of /var/spool/squid. (Linux)

WeberTrivia Questions



PHP Code Examples
 Stream diffrent sizes of images from a single image to save disk space.
 JavaScript dropdown list menu to switch any page.
 Dump the contents of a PHP variable in html format with a recursive list of subfolders and files from a given root directory.
 PHP Dump in html format the contents of one array variable with a recursive list of the nested array variables inside.
 Link Extractor - This function is used to extract links from a given URL. This will convert relative path into absolute path and also remove PHPSESSID stuff.
 Building a Dynamic Form using Javascript and innerHTML. Add form elements in realtime without refreshing the page.
 A PHP Calendar function with CSS : add a cool calendar to any php page by just adding a calendar class based function.
Post new topic   Reply to topic    WeberForums.com Forum Index -> PHP General All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum






Powered by phpBB © 2001, 2005 phpBB Group
PHP Forum :: MySQL Forum :: Java Script Forum