echo "<input type=\"text\" name=\"isbn\" value=\" . $rows['isbn'] . \">";
Are there quotes, spaces or backslashes missing? Can't get it to work.
echo "<input type=\"text\" name=\"isbn\" value=\" . $rows['isbn'] . \">";
|
|
|
echo "<input type=\"text\" name=\"isbn\" value=\"" . $rows['isbn'] . "\">";