You are using
$_POST['SAVE']
where as in form it is “save”
change your $_POST
to
$_POST['save'];
5
solved PHP – I cannot update my database [closed]
You are using
$_POST['SAVE']
where as in form it is “save”
change your $_POST
to
$_POST['save'];
5
solved PHP – I cannot update my database [closed]