Ich habe hier folgenden Code:
Kann mir jemand sagen, wie ich diesen Code abändere, sodass die Pixel nicht mehr eine bestimmte Anzahl an Tagen online sind, sondern bis zu einem bestimmten Datum?
(braucht ihr sonst noch Info´s ?)
PHP-Code:
$tmp['%[EXPIRE_DAYS]%'] = $GRID[(int)$_GET['gr']]['expire_days'] ? $GRID[(int)$_GET['gr']]['expire_days'] : '';
PHP-Code:
$abg_tmp['%[EXPIRE_DAYS]%'] = $abg_gr['expire_days'] ? $abg_gr['expire_days'] : '';
$abg_tmp['%[EXPIRE_MONTHS]%'] = $abg_gr['expire_days'] ? (int)($abg_gr['expire_days']/30) : '';
$abg_tmp['%[EXPIRE_YEARS]%'] = $abg_gr['expire_days'] ? (int)($abg_gr['expire_days']/365) : '';
(braucht ihr sonst noch Info´s ?)
Kommentar