php with ajax in form input data update
问题 Id how I post, I did not understand the logic. Why doesn't it update? no error message, please help me! i don't understand much of ajax. :( . . . . index.php <?php require "header.php"; $con= mysqli_connect("localhost","root","","propanel_001"); mysqli_set_charset($con, 'utf8'); if (mysqli_connect_errno()) { echo "Failed to connect to MySQL: " . mysqli_connect_error(); mysqli_close($con); } $gelen_id=@$_GET['id']; $sql="SELECT * FROM tb_haber where id='$gelen_id'"; $result=mysqli_query($con,