View Single Post
  #5 (permalink)  
Old 08-08-2007, 04:54 PM
Lee's Avatar
Lee Lee is offline
PT Staff*
Awards Showcase
Quality Tutorial 
Total Awards: 1
Join Date: Jun 2007
Location: Blackpool, UK
Posts: 616
iTrader: (0)
Lee is just really niceLee is just really niceLee is just really niceLee is just really nice
So are you saying that instead of:
PHP Code:
if ($var == $var2){
//do things
}

//i should use...?

if ($var === $var2){
//do things

Reply With Quote