la query in MySQL è:
Codice PHP:
MySQL_query("DELETE FROM ".$_CONFIG['table_sessioni']."WHERE creation_date + ".$_CONFIG['expire']." <= ".time()); 
se la passo in SQLite così:
Codice PHP:
SQLite_query($db"DELETE FROM ".$_CONFIG['table_sessioni']."WHERE creation_date + ".$_CONFIG['expire']." <= ".time()); 
mi dice che in quella riga non si aspetta una stringa!!!

Grazie
kirk