I try to write some php but it doesn't work with ie ..
do I do something wrong ? I must install pws first or not ? or what ??
my sample code is ...
=========
<body>
<Script Language = PHP> </Script>
<? PHP
$floatbool = sqrt( 2.0 ) * sqrt( 2.0 ) - 2.0 ;
If ($floatbool)
print (" Work this Time.<BR>") ;
else
print ("Error"<BR>.) ;
?>
</body>
if I understand right .. I think DOUBLES is not same as INTERGER .. and this boolean should have TRUE value .. ( refer from php 4 bible )
but I can't get result from it
please help