Jump to content

[SOLVED] how to use this Function...


watthehell

Recommended Posts

er.........

What does it do? I presume it displays a calendar?

 

You'll need to pass three variables to it...

 

try something like:

//FUNCTION HERE
$id=1;
$month=12;
$year=2007;
DisplayCalender($id,$month,$year);

and see if you get any errors... you might need to change the format of the id, month and year variables.

 

Hope that helps, but it is a kind of pee in the wind type guess unless I know what it does and how is parses the variables.

 

Good luck.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.