[phpBB Debug] PHP Notice: in file /includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
www.dhtmlgoodies.com • View topic - week_schedule_getItems.php not getting input get vars
Page 1 of 1

week_schedule_getItems.php not getting input get vars

PostPosted: Thu Jun 29, 2006 7:36 am
by navin
hi,
In the Week Planner though connecting my existing mysql database, it is not getting values in week_schedule_getItems.php as input from these varaiable dateStartOfWeek.getFullYear()
(dateStartOfWeek.getMonth()/1+1)
dateStartOfWeek.getDate()
in dhtmlgoodies-week-planner.js and hence the query returns empty since year,month,day are required input for week_schedule_getItems.php no event is shown. Sad :cry:
And in dhtmlgoodies-week-planner.php
$res = mysql_query("select * from events where id='".$_GET['id']."'");
this which table or should it be weekSchedule
As all other php's table name is weekSchedule.
But please tell me why week_schedule_getItems.php is not getting its input string from the dhtmlgoodies-week-planner.js.
As i am currently using WebCalendar. I want to this superfast weekplanner to work desperatetly.Please Advice.
:oops:

PostPosted: Mon Jul 07, 2008 5:32 pm
by Grinder