There is an error in the update code in Php Crud.
Data is not being updated in the update file.
<script>alert("data saved");
window.open("http://localhost/A.shop/myform/record.php","_self")</script>
<?php
}
else { ?>
<script>alert("try again");</script>
<?php
}
}
?>
New contributor
user25095031 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.