What i wanna do is having an input form with a value from a php variable,here is my input form code:
echo "<input type=\"text\" class=\"form-control\" placeholder=\"Username\" name=\"usrname\" value=\"$row['username']\">";
But i got this error:
Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting '-' or identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING)