Please help me, I have fields in my database with a name of address
when i put it on a textbox it was chopped when it load to the textbox,
For example my address was San Diego California
When I put it to a textbox it will show only "San", How can i solved this?

Try increasing the size of the textbox by using the width attribute.

<input type="text" style="width:250px" name="tBox1" />
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.