Answers for "syntax error, unexpected '' (t_encapsed_and_whitespace), expecting '-' or identifier (t_string) or variable (t_variable) or number (t_string)"

PHP
0

Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting '-' or identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING)

echo $sqlupdate1 = "UPDATE table SET commodity_quantity=$qty WHERE user='".$rows['user']."' ";
Posted by: Guest on December-03-2020

Code answers related to "syntax error, unexpected '' (t_encapsed_and_whitespace), expecting '-' or identifier (t_string) or variable (t_variable) or number (t_string)"

Browse Popular Code Answers by Language