... Prepare an insert statement */ $query = "INSERT INTO tb_cform (u_name, ... Execute the statement */ $stmt->execute(); if ($stmt->affected_rows > 0) ...
確定! 回上一頁