Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers!
/Peo, FreeWebSpace.net
i passed the following expreassion through PHP yesterday. and it gave a false output
if (1 == 'one') {
echo('true');
} else {
echo('false');
}
so there for 1 dont equal to one.....0_o