Jump to content

[SOLVED] htmlspecialchars_decode


chocopi

Recommended Posts

Am I using this wrongly ?

My data is submitted into the database using htmlspecialchars(), but when I retrieve the data and then try and decode it, I get this error:

 

Call to undefined function: htmlspecialchars_decode() on line 6

 

Line 6:

$text = htmlspecialchars_decode($text);

 

Thanks,

 

~ Chocopi

Link to comment
https://forums.phpfreaks.com/topic/55312-solved-htmlspecialchars_decode/
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.