s*****r 发帖数: 59 | 1 I want to modify a row, the code I put in is like this:
$insert = "UPDATE profiles SET INQFirst_Name=$fname WHERE
INQPriKey=\"$this->id\"";
$result = mysql_query($insert,$c_link);
it never went through. any good suggestion ? Thanks. | P****y 发帖数: 707 | 2 Go back to learn SQL/MySQL/PHP/HTML.
It wastes time to ask such questions...
【在 s*****r 的大作中提到】 : I want to modify a row, the code I put in is like this: : $insert = "UPDATE profiles SET INQFirst_Name=$fname WHERE : INQPriKey=\"$this->id\""; : $result = mysql_query($insert,$c_link); : it never went through. any good suggestion ? Thanks.
|
|