10/10/2018, 10:49
Không lưu dc dữ liệu từ texarea
Em tạo một text area với name="textarea"
em ko thể nào lưu nó vào CSDL dc
mysql_query("UPDATE `text` SET co='$value' WHERE name='$key'") or die(mysql_error());
Mong các anh giúp
em ko thể nào lưu nó vào CSDL dc
mysql_query("UPDATE `text` SET co='$value' WHERE name='$key'") or die(mysql_error());
Mong các anh giúp
Bài liên quan
ban thu sua lai thanh
UPDATE `text` SET `co`='test value' WHERE `name`='$key'
xem co update dc ko, ten field thi nen de trong `` de tranh ky tu dac biet
$value=$_POST['textarea'];
mysql_query("UPDATE `text` SET co='$value' WHERE name='$key'") or die(mysql_error());
$sql = "UPDATE text SET co = '" . $value . "' WHERE name = '". $key . "'");