Jump to content

[SOLVED] letter not showing


ofi

Recommended Posts

Dreamweaver never comes into the equation, he's just telling you how he determined the HTML entity. (Þ) Whenever you want to use that character, enter Þ or run the input through htmlentities() before putting it in the database.

[code]$input = $_POST['input];
$input = htmlentities($input);[/code]

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.