Static Keyword in PHP Static methos allow us to call the method of the class without creating an object of the class. So in that case we have to use scope resolution operator [code]::[/code] AvinashOctober 31, 2011TutorialKeep Reading