As long as the extension of the page at that address is .php and PHP is active for that page, it should be OK. However, that brings up another consideration. The script itself must be configured to use whatever type of server side language you have chosen to use for it. Did you do this?
Also, if not using debug, the syntax is like so:
Code:
var launchdate=new cdLocalTime("cdcontainer", "server-php", 0, "April 23, 2010 15:53:00")
launchdate.displaycountdown("days", formatresults2)
With the:
, "debugmode"
including the comma removed entirely.
As for the second part of your question, yes. But, let's get this working first.
Bookmarks