Jump to content

Storing HTML in database


Carterhost

Recommended Posts

Hi.

I want to be able to store HTML input from a text field, and I wanted to encode it when it went in, so that it didn't break the PHP as it was assigning it to the variable. so I used URLEncode and URLdecode, but thenin text, "you'll" ends up as "you�ll", which is not what I want.

 

Is there something else I could use? I've looked at a few functions in the man pages, but I don't think they're what I need.

 

Cheers muchly.

Link to comment
https://forums.phpfreaks.com/topic/59266-storing-html-in-database/
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.