I am trying to add a calendar.php file into and .html file. I know this is probably something very easy but I am very new to this. The calendar.php file is database driven. I am looking for the calendar to be shown in a particular area. i have added a layout table for it to be inserted in. I tried
<?PHP include("calendar.php");?>
but that didn't work.
Please help
Ken