Log 2337
14/12/2023 2023-12-14 2:37Here’s the PHP code that implements the formula you described:
$age = #גיל#;
if ($age > 0.1 && $age < 1.1) {
return "תינוקים";
} else {
return "";
}
Make sure to replace `#גיל#` with the actual value of the age variable before running the code.