Jump to content

[SOLVED] if number is PAIR NUMBER


gli

Recommended Posts

Hi! I want to make 'if number is pair number, then execute command' , i dont know the pair number thing.

Sorry for my bad English.

And i dont know if 'pair number' is right in the English,  so i will explain,

i mean pair number like 2,4,6,8,10,12,14 etc. all numbers which can divide with 2

 

<?php
$number = 4;
if ($number == ?PAIRNUMBER?) {
echo "this is a pair number";
}
?>

Link to comment
https://forums.phpfreaks.com/topic/109155-solved-if-number-is-pair-number/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.