Thread: AND ore && ???
View Single Post
  #1  
Old 2nd December 2011, 12:08
it53lv's Avatar
it53lv it53lv is offline
Senior Member
 
Join Date: Feb 2011
Latvia
Posts: 134
Default AND ore && ???
shoud i use AND ore && in php ???
so what' s the diference ?
variant 1
Code:
if ((isset( $POST['sampl'] ) && $POST['sampl']))
variant 2
Code:
if ((isset ($POST['sampl']) AND $POST['sampl']))
Reply With Quote