timtrust123
Programmer
Hi
I'm a little confused as to the useage of either | or ||
should I use....
if ($ftp_file_size < $lower_size | $ftp_file_size > $upper_size )
or should i use
if ($ftp_file_size < $lower_size || $ftp_file_size > $upper_size )
Whats the difference beteween the two?
HELP appreciated
I'm a little confused as to the useage of either | or ||
should I use....
if ($ftp_file_size < $lower_size | $ftp_file_size > $upper_size )
or should i use
if ($ftp_file_size < $lower_size || $ftp_file_size > $upper_size )
Whats the difference beteween the two?
HELP appreciated