I'm beginner for php and I'm coding on Notepad_++. an error creating in my programming while updating/editing any row from the table. When I changed something from the row and click on submit button then page return on main page and nothing changed with without error shown, show I can't guess where is error. suppose..- I have a table which name is Customer Details_tbl and I click on a row edit button, after click a page opening which name is add_customer_tbl and I trying to change some information of customer, after some changing,' I clicking on submit button and page return on Customer_detail_tbl page but no changing and no any error showing .. so my question is how to fix it..
$error="Failed to Update.". mysqli_error($db); //this code I already putted