[Php-it] Problema inserzione elemento in array

Luca Falvo lfalvo at logos.net
Thu Aug 24 12:31:44 CEST 2006


At 12.25 24/08/2006, you wrote:
>$days[] = ($today => array(NULL,NULL,'<span style="color: red; 
>font-weight: bold; font-size: larger; text-decoration: 
>blink;">'.$today.'</span>'));


inserisci così:

>$days[$today] = (array(NULL,NULL,'<span style="color: red; font-weight: 
>bold; font-size: larger; text-decoration: blink;">'.$today.'</span>'));




More information about the Php-it mailing list