Alright so I have another issue, What about putting more then one HTML tags inside the same echo statement?
PHP:echo '<option value="devbest">DevBest</option>';
<input type="text" />
echo "";
echo "<input type=\"text\">";
echo '<input type="text">';