PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have done some small tests using === and strcmp(), and they gave the same results on the same strings... Personally I think it's a lot easier to use === instead of strcmp, but since strcmp is available I guess it is more secure than ordinary comparison. Is there some cases where the === operator will fail, and strcmp not?