"; $httpString .= "\n"; $database = new Database("iCTI"); $result = $database->exec($query); if ($result != false) { $ok = true; while ($ok == true) { $ok = false; $record = $database->nextRecordInto(); if ($record != false) { $ok = true; $oid = $record[0]; $code = toHTML(trim($record[1])); $texte = toHTML(trim($record[2])); $httpString .= "\r\n$httpString"; ?>