s
connect_error) { die("Connection failed: " . $conn->connect_error); } $sql = "UPDATE records SET comment ='".$_POST['test']."' WHERE id='1'"; if (mysqli_query($conn, $sql)) { } echo $_POST['test']; ?>
Huge
Normal
Small
Add
query($sql); while($row = $result->fetch_assoc()) { echo $row["comment"]; } ?>
Send Post