echo "<td>" . "<input type=text name=name value=". $inventory['part_name']. " </td>";
When I print this, it only shows "air". However, what is stored inside the database is "air filter". What is the problem? It only prints until before the space. Is there any other way to show the text include after the space text? The above code is inside the PHP.