Mysql
 sql >> Database >  >> RDS >> Mysql

xx tempo fa la funzione non funziona

  1. Devi recuperare la data:

    $tm = mysql_query("SELECT timestamp AS t FROM logs ORDER by id ASC")->fetch_assoc()['t']; //obviously, check the size before you fetch

  2. Probabilmente vuoi usare strtotime() quindi per esempio:

    $dif = $cur_tm-strtotime($tm);

  3. Il $dif sarà in millisecondi.

  4. Cosa stai facendo con i loop e gli array? Troppo confuso.

5. PERCHE' LE PERSONE CONTINUANO A USARE mysql_ !!!