on 24/06/02 12:46 PM, Phil Schwarzmann ([EMAIL PROTECTED]) wrote:

> 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.

http://www.php.net/manual/en/language.operators.comparison.php
( I did a search php.net/comparison and got it straight away )

> Also, what happens when you put a @ thingy in front of a function?  Does
> it surpress the errors?

Yes, or perhaps allows you to form your own errors with:
or die ('something');


Justin French


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to