Answers for "parse error: syntax error, unexpected '' (t_encapsed_and_whitespace), expecting '-' or identifier (t_string) or variable (t_variable) or number (t_num_string) in c:\xampp\htdocs\websites\loan\form-process.php on line 23"

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 "parse error: syntax error, unexpected '' (t_encapsed_and_whitespace), expecting '-' or identifier (t_string) or variable (t_variable) or number (t_num_string) in c:\xampp\htdocs\websites\loan\form-process.php on line 23"

Browse Popular Code Answers by Language