Hello, I'm not programmed, but I'm doing a site where I want to put a counter to determine what will be the expiration of the registration of the site. I used the 3D Cube Countdown script, but I 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_add date field
targetdate: 'October 17, 2017 11:26:30',
My question
size: ['10em', '6em'], // specify cube dimensions in "em" only
unit: ['days']
})