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