$a !== $b //true if $a is not identical with $b $a != $b //true if $a is not equal to $b
-- Anggie Bratadinata Web|Graphic|Flash Jl. Raya Langsep 21 Malang - East Java I N D O N E S I A http://design.ibshastautama.com Patrick Newberry wrote: > while (false !== ($file = readdir($handle))) { ......etc > > vs > > if ($file != "." && ... etc > > what is the difference between !== and != > > > Pat Newberry > www.gypsyfarm.com The php_mysql group is dedicated to learn more about the PHP/MySQL web database possibilities through group learning. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php_mysql/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
