View Single Post
  #2 (permalink)  
Old 05-29-2008, 07:11 AM
garima's Avatar
garima garima is offline
Junior Member
18 posts this year. the lights are on!
User is on their way up.
 
Join Date: May 2008
Posts: 17
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

Two of the many comparison operators used by PHP are '==' (i.e. equal) and '===' (i.e. identical). The difference between the two is that '==' should be used to check if the values of the two operands are equal or not. On the other hand, '===' checks the values as well as the type of operands.
__________________________________________________ _____________
Web Site Design
Reply With Quote