Jump to content

Quoted text disapearing in text input boxes


clem_c_rock

Recommended Posts


Hello,

This is rather embarassing given my 4 years of php coding experience but I've noticed when I'm pulling quoted text from a database into a input text field, the entire text w/in the quotes, and the quotes themselves disappears.

For instance, if I try to echo this string: this is "text", only the string: this is will show up in the text input box.

I know there has to something stupid I'm missing

Thanks,
Clem C
Try addslashes() when echoing the string, just a thought.

Edit: Forgive me, addslashes() should be applied [i]before[/i] putting the information in the database. In your query, try using ' ' instead of " ", it sounds like a problem of exiting the string prematurely.

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.