You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '1' at line 1 : sql = 1
ในโค้ดไม่เห็นมีเลข 1 เลขเจ้าค่ะ
Code (PHP)
<?php
$youu = "hhhh";
include('c.php');
$sql = mysql_query("UPDATE you set you2 = '$youu'");
mysql_query($sql) or die(mysql_error()." : sql = ".$sql);
?>