Skip to main content
Participant
March 20, 2008
Question

Excellent tutorial but can't get it to work

  • March 20, 2008
  • 1 reply
  • 222 views
Hello
Hope someone can help. I've ben looking for a good calendar nugget since the demise of mxKalendar
The adobe tutorial on blogs has an excellent example of a nugget
http://www.adobe.com/devnet/dreamweaver/articles/php_blog3_03.html
but I can't get it to work

It gives a parameter error on the page month forward function

$calendar .="<td><a href=day.php?m=$mn2&y=$yn2&d=$day>></a></td></tr>";

Has anyone been able to get it to work?
Any help/guidance appreciated
ThanksClive
This topic has been closed for replies.

1 reply

Inspiring
March 23, 2008
Have you compared your code to the code in the example files?

http://www.adobe.com/devnet/dreamweaver/articles/php_blog3.html

http://download.macromedia.com/pub/developer/blog3_sample.zip

--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com


"Clive" <webforumsuser@macromedia.com> wrote in message
news:fruiu3$7u4$1@forums.macromedia.com...
> Hello
> Hope someone can help. I've ben looking for a good calendar nugget since
> the
> demise of mxKalendar
> The adobe tutorial on blogs has an excellent example of a nugget
> http://www.adobe.com/devnet/dreamweaver/articles/php_blog3_03.html
> but I can't get it to work
>
> It gives a parameter error on the page month forward function
>
> $calendar .="<td><a href=day.php?m=$mn2&y=$yn2&d=$day>></a></td></tr>";
>
> Has anyone been able to get it to work?
> Any help/guidance appreciated
> ThanksClive
>
>