I have this code to connect to my database the connect.php works fine but the database will not update please help. Code:
<?php
include('connect.php');
$name1 = $_POST['name'];
$name = strtoupper($name1);
$address = $_POST['address'];
$phone = $_POST['number'];
$mot = $_POST['mot'];
$reg1 =...