Jump to content

Quick echo help


Recommended Posts

The following code is a line that I have in a form that is inside of a table. The output I am getting is the 'First Name' but also the </td without the last ">" on the end.  Am missing a quote or not escaping a quote correctly? Obviously, I need the </td> to be echoed as HTML.

 

echo "<td>" . "<input type=\"text\" name=\"editfirst\" value=" $row['First Name'];  "</td>";

 

Thanks again,

Link to comment
https://forums.phpfreaks.com/topic/263725-quick-echo-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.