$a='1';
$b= '2';
if($a=='1') {
if ($b== '2') {
$c = file_get_contents('https://');
$c = json_decode($c);
$d = $c ->word;
}
}
echo $d;
$a=='1';
$b== '2';
if($a=='1') {
if ($b== '2') {
$c = file_get_contents('https://');
$c = json_decode($c);
$d = $c ->word;
}
}
echo $d;
$a = 1;
$b = 2;
if($a == 1 and $b == 2)
{
$c = file_get_contents('https://');
$c = json_decode($c);
$d = $c ->word;
}
echo $d;
При условии, что $a равно 1 и $b равно 2