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!
Nope. isset() returns true if the variable is set. the first one differs in that it will not run if the variable is set but set to false. Use isset(). Error suppression is never needed.