smooth
Junior Member
Posts: 3
Registered: 5/21/2005
Member Is Offline
|
| posted on 5/21/2005 at 04:25 PM |
|
|
SOLVED:cannot get the calendar to show in html
this is the page www.onefokus.com/home3.htm
i have pasted the code as follows:
<body>
<?
include 'ec/cl_files/calendar.php';
?>
and then where i want the calendar to show:
<span class="TD">
<?
show calendar(FOKUS_Finds);
?>
</span>
i also tried
<?
new calendar(FOKUS_Finds);
?>
|
|
|
smooth
Junior Member
Posts: 3
Registered: 5/21/2005
Member Is Offline
|
| posted on 5/23/2005 at 04:50 AM |
|
|
solved: the page has to be a php page, so i just created a new php page (page.php instead of page.htm) and copied over my html code entirely and it
works
|
|
|