Gifari Industries - BD Cyber Security Team
Home
/
home
/
decohaslibrary
/
public_html
/
✏️
Editing: req_comm.php
<?php include 'sql.php'; //$con = mysqli_connect("localhost","root",""); // mysqli_select_db($con,""); //update $sql = "UPDATE community_book SET message = '$_POST[pimage]', other = '$_POST[pother]'WHERE image = '$_POST[id]'"; if(mysqli_query($con, $sql)) header("refresh:1; url = update_comm.php"); else echo "error"; /*{ echo "updated"; }else{ echo "error"; }*/ ?>
💾 Save
❌ Cancel