I do not really understand all this php, help, I need to make sure that the data from the table is edited and saved. Here is what I did:
<form method="POST" action="../../../shorec.php" > <input name="FIO" value="<?php echo $_SESSION['FIO']; ?>" type="text"> <input name="login" value="<?php echo $_SESSION['login']; ?>" type="text"> <input name="pas" value="<?php echo $_SESSION['pass']; ?>" type="text"> <input type="submit" name="obnovite" value="Сохранить"> </form>
shorec.php? - ByulentstudentSETFIO= '{$ FIO}' WHEREId_uch_zap= '{$ id}'"); }?> - Alexander