Posts by Igor Silva • 1 point
1 post
-
0
votes1
answer190
viewsQ: How to display message after updating a record using PHP?
Well, inside my main page(index.php) I check if there was any request to the server. // Atualizar if (isset($_GET['update'])) { $id = $_GET['update']; $cliente = array( $nome =…