0
Hello, I’m not programmed, but I’m doing a website where I want to place an accountant to determine what the expiration date of the website registration will be. I used the 3D Cube Countdown script, but would like the date to come straight from php-mysql to be automatic. see part of the code
jQuery(function($){ // on DOM load
//Eg #1
var mycountdown = new cubecountdown({
containerid: 'futuredate',
Here I would like to receive the MYSQL maturity field
targetdate: 'October 17, 2017 11:26:30',
my doubt
size: ['10em', '6em'], // specify cube dimensions in "em" only
unit: ['days']
})