Welcome Guest, Not a member yet? Register   Sign In
IF Conditions statement not working in my controller
#4

In general with PHP, only use === if you understand why you are using it, and you have a specific reason (for example you really need to know that something is boolean false rather than just an empty string which evaluates to false), in most cases == is the operator you are looking for.
Reply


Messages In This Thread
RE: IF Conditions statement not working in my controller - by Andy N - 05-17-2016, 08:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB