Jump to content

values in textbox


guilmet

Recommended Posts

I am trying to take database info and put into a text box so I can edit. however when I add text box it truncates when there is a space. for example if the city is St Louis, only St will display.

 

however without the text box the info is there, so it's something to do with the textbox i think.

here is an ex code.

 

<td><label for=\"city\">City</label><input type=\"text\" name=\"city\" value={$row['city']} /></td>

 

the live link is http://phillydatasolutions.com/projects/diamond-bus/index.php

 

the customer link is what im working on at the moment

Link to comment
https://forums.phpfreaks.com/topic/244149-values-in-textbox/
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.