Why is the $todaydatestring data type displayed as Boolean?
am 11.09.2008 15:23:50 von Varuna Seneviratna------=_Part_103262_6822928.1221139430724
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Why is the $todaydatestring data type displayed as Boolean?
$todaydate=11092008;
echo "The data type of todaydate is
".gettype($todaydate)."";
$mydatestring=settype($todaydate,"String");
echo "The data type of mydatestring is ".gettype($mydatestring);
?>
Varuna
--
Varuna Seneviratna
No 514 Udumulla Road
Battaramulla
Sri Lanka
Tel : 011-2888620
Mobile:0715617141
------=_Part_103262_6822928.1221139430724--