• 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
managed wordpress hosting

Learning PHP: series

you mean ==
== means IS

if("a" == "a")
if( "a" is "a")

thats the most basic way of putting it
 
Dammit I wasn't thinking
"=" means Variable is this
"==" means a variable is equal to this
"===" means a variable is equal to this AND is the same data type

IE Integer, String, Double, Boolean etc.
 
Back
Top