Jest to zapytanie zastosowane do FacileForms (komponent joomli), wiec je zacytuje.
Cytat
//insert into databaseff_select(
"INSERT INTO ´#__sccm_reports´".
"(id, name, t_letter_code_ef, cmd, ccmdouble_en_f, ccmtriple_en_f, ccmquad_en_f, a_c_reg_list, flight_no_entry, StartDate, first_route, second_route, third_route, fourth_route, fifth_route, base, nat_of_dis, remarks, nat_of_dis_pre, remarks_pre, nat_of_dis_sec, remarks_sec, nat_of_dis_tre, remarks_tre, nat_of_dis_for, remarks_for ) ".
"VALUES ('$recordid', '$name', '$t_letter_code_ef', '$cmd', '$ccmdouble_en_f', '$ccmtriple_en_f', '$ccmquad_en_f', '$a_c_reg_list', '$flight_no_entry', '$StartDate', '$first_route', '$second_route', '$third_route', '$fourth_route', '$fifth_route', '$base', '$nat_of_dis', '$remarks', '$nat_of_dis_pre', '$remarks_pre', '$nat_of_dis_sec', '$remarks_sec', '$nat_of_dis_tre', '$remarks_tre', '$nat_of_dis_for', '$remarks_for')"
);