Quantcast
Channel: PHP Freaks: PHP Help
Viewing all articles
Browse latest Browse all 13200

Question about an if condition

$
0
0

Hey,

 

 I am trying create a condition, if the constant is not !=NULL or if it is !=0 then display the constant. However my php editor is showing me an error on that line. Below my code. Thanks!

if(STORE_MIN_DELIVERY !=0 && !=NULL ){

}



Viewing all articles
Browse latest Browse all 13200

Trending Articles