$sql = "SELECT * FROM order WHERE order_id='$order_id'";
$result = mysql_query($sql) or die(mysql_error());
มันเออเร่อแบบนี้อ่ะครับ
Code
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 'order WHERE order_id=''' at line 1