samedi 3 novembre 2018

PHP check if $function value is more then (1) or else

Im working with a small code I understand the basics of if & else

here is my code

if(empty($testfunc))
        **function here * ;
else
**function here * );

I want to it to check the value of (if)

If ($testfunc) = 1 < like this. But i don't know how.

Aucun commentaire:

Enregistrer un commentaire