$testquery = "INSERT INTO education(employee_id, education_type_id, institution_id, course_name, period_from, period_till, education_document_id) VALUES($row[0], 2001134, 2001142, $coursename, $teststartdateresult, $teststartdateresult, 2001149)";
如何糾正onclick: if(confirm("send result?"))
寫 - > oci_execute其他住宿頁面上的JavaScript在PHP的onclick
$link = '<a onclick = "" href = "link='.$row[0].'" target = "_blank">Send result</a>';
那麼你有它自己已經嘗試過? – Naruto
我不積極,但它看起來像你試圖從瀏覽器執行PHP代碼。這是不可能的! Javascript在瀏覽器上運行,PHP在服務器上運行。您可能需要爲此學習一些AJAX,或者以頁面的方式學習一些AJAX,以便它自己運行以執行Oracle查詢 – RiggsFolly
@RiggsFolly,它只能用於ajax? – Dmitry