Hi,
You need to define this right before you include the cal.inc.php file within your page.
Chris
// define id of item to show
$_REQUEST["id_item"]=3;
// include the calendar file
$the_file="ac-includes/cal.inc.php";
if(!file_exists($the_file)) die("<b>".$the_file."</b> not found");
else require_once($the_file);
Users browsing this forum: No registered users and 2 guests