Questione : se la frase restituisce il valore weired

Il frammento di codice allegato mi non dà la risposta che abbia avuto parte di expected.

This del codice sembri non funzionare:

if (>= $max_upptagnings_turnummer_bat_2 di $max_upptagnings_turnummer) {$nytt_turnummer = $max_upptagnings_turnummer + 1;  }
if ($max_upptagnings_turnummer < $max_upptagnings_turnummer_bat_2) {$nytt_turnummer = $max_upptagnings_turnummer_bat_2 + 1;  } il

In il mio esempio pratico, “$max_upptagnings_turnummer„ restituisce 1 dalla base di dati. e “$max_upptagnings_turnummer_bat_2„ restituisce 2.

Thus $max_upptagnings_turnummer < $max_upptagnings_turnummer_bat_2 che conduce a
{$nytt_turnummer = $max_upptagnings_turnummer_bat_2 + 1;  }. il
Since $max_upptagnings_turnummer_bat_2 restituisce 2 e dovrebbe essere aumentato di 1, io invitare $nytt_turnummer per restituire 3. Ma non fa. Restituisce i guru di 2.

Please del PHP e MySQL, potrebbe voi aiutarlo ad identificare dove vado wrong.

class= > " libero " del
> " del codeSnippet " del class= del
class= " lineNumbers " del
class= del
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
>< notpretty " del class= " del id= " codeSnippet966581 del
= $max_upptagnings_turnummer_bat_2 di $max_upptagnings_turnummer) {$nytt_turnummer = $max_upptagnings_turnummer + 1;  }
se ($max_upptagnings_turnummer < $max_upptagnings_turnummer_bat_2) {$nytt_turnummer = $max_upptagnings_turnummer_bat_2 + 1;  }
//------------------------------
class= del

Risposta : se la frase restituisce il valore weired

In primo luogo farei “un eco„ per assicurarselo sto ottenendo l'Info che state prevedendo.
1:
eco “$max_upptagnings_turnummer - $max_upptagnings_turnummer_bat_2
“;
Altre soluzioni  
 
programming4us programming4us