Jump to content

displaying DB row in text box error


gavin1512

Recommended Posts

Good Morning,

 

Having a small issue with displaying results from the database in a text box, it reads from the SQL database fine and dispalys part of the record but only the first word of the record, anything after a space is not displayed

 

Is there a way of displaying the whole record not just the first word? and is it possible to hide the box and just display the data?

 

it needs to be displayed ina text box due to the multiple GET statements used on the page.

 

The code I am using for the text boxes is:

      <td><input name="type" type="text" readonly="true" Value=<?php echo $row['type']?> /></td>

 

 

Thanks in advance

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/96132-displaying-db-row-in-text-box-error/
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.