Thank for the file but when it's got error:
Quote:
Warning: Cannot use a scalar value as an array in C:\AppServ\www\transferthanks.php on line 34
Notice: Undefined variable: id in C:\AppServ\www\transferthanks.php on line 41
Error: 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 (id: )
|
Line 34:
Code:
$res['post_thanks_thanked_times'] = 0;
Line 41:
Code:
else echo "Error: ".mysql_error()." (id: $id)<br />";