Jump to content

[SOLVED] how to display this


c_shelswell

Recommended Posts

Hi I'm trying to add languages to my site. In an area to edit a news item i've got a text box that is pre populated. Problem is that quotation marks in it are stopping it displaying properly. I've got the information stored in the database as htmlentities as:

[pro]kit"test"///\\\'''deü©ΣДçگẫ_cur£$

 

which should display

kit"test"///\\\'''deü©ΣДçگẫ_cur£$

 

i'm having to use html_entity_decode to display it properly but when you do that the quotations close the text box early such as:

<input type='text' name='EN_title' class='myInputReg' value="[pro]kit"test"///\\\'''deü©ΣДçگẫ_cur£$" />

 

anyone have any ideas how to solve this? Cheers

Link to comment
https://forums.phpfreaks.com/topic/159118-solved-how-to-display-this/
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.