== compares 2 variables regardless of type ("1" == 1) === compares 2 variables with type in mind ("1" !== 1) @ supresses errors in functions
"Phil Schwarzmann" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > What exactly happens when you put three equal-signs together instead of > just one or two? I've seen this in other people's code, then search > php.net and found nothing. > > Also, what happens when you put a @ thingy in front of a function? Does > it surpress the errors? > > Thanks!! > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php