Jump to content
  • 0

pomoc CASOVAC php


CjKing

Dotaz

ok.... len chcem help s jednym kodom :

pise :

Fatal error: Call to undefined function add_action() in peters-date-countdown/datecountdown.php on line 104

riadok

add_action('plugins_loaded', 'peter_displaydatecountdown');

 

diki az help

Link to comment
Share on other sites

4 odpovědí na tuto otázku

Recommended Posts

  • 0

http://downloads.wordpress.org/plugin/peters-date-countdown.zip

 

a

http://www.theblog.ca/date-countdown" onclick="window.open(this.href);return false;

ale tam je obrazok

countdownadmin.jpg

ale nwm ako to urobili

ja viem tak

<?
function countdown($event,$mesiac$den,$rok) {
// subtract desired date from current date and give an answer in terms of days
$remain = ceil((mktime(0,0,0,$month,$day,$year) - time()) / 86400);
// show the number of days left
if ($remain > 0) {
print "
$remain more sleeps until $event";
}
// if the event has arrived, say so!
else {
print "
$event has arrived!";
}
}

// call the function
countdown("Christmas Day", mesiac, den, rok);
?>

 

ale ja chem + minuty a sekundy a hodiny ak sa da pls preto som vybral toto

Link to comment
Share on other sites

  • 0
http://downloads.wordpress.org/plugin/peters-date-countdown.zip

 

a

http://www.theblog.ca/date-countdown" onclick="window.open(this.href);return false;" onclick="window.open(this.href);return false;

ale tam je obrazok

countdownadmin.jpg

ale nwm ako to urobili

ja viem tak

<?
function countdown($event,$mesiac$den,$rok) {
// subtract desired date from current date and give an answer in terms of days
$remain = ceil((mktime(0,0,0,$month,$day,$year) - time()) / 86400);
// show the number of days left
if ($remain > 0) {
print "
$remain more sleeps until $event";
}
// if the event has arrived, say so!
else {
print "
$event has arrived!";
}
}

// call the function
countdown("Christmas Day", mesiac, den, rok);
?>

 

ale ja chem + minuty a sekundy a hodiny ak sa da pls preto som vybral toto

 

lol vždyt to maš uplně.. přiště to radši neupravuj: ent,$mesiac$den,$rok kde sou čarky? :lol:

 

Kdyžtak zkus ten mod co je puvodně do php fuska jak psal pongo

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...