Search
 
SCRIPT & CODE EXAMPLE
 

PHP

php decode html special characters

$str = "This is some <b>bold</b> text.";
echo htmlspecialchars_decode($str);
// out will be like:
// This is some <b>bold</b> text.
Comment

PREVIOUS NEXT
Code Example
Php :: php array_merge 
Php :: carbon date from format 
Php :: force https redirection laravel 
Php :: foreach loop in blade code 
Php :: php artisan migrate nothing to migrate 
Php :: convert utc to local time phpAdd Answer 
Php :: preg_replace remove double quotes 
Php :: php discord webhook 
Php :: laravel mix disable notifications 
Php :: php to save txt html 
Php :: carbon now format 
Php :: No data was received to import. Either no file name was submitted, or the file size exceeded the maximum size permitted by your PHP configuration 
Php :: laravel eloquent increment 
Php :: magento 2 status mode 
Php :: collection laravel filter 
Php :: php subtract mins to datetime 
Php :: carbon parse from format 
Php :: php get client ip 
Php :: reindex array php 
Php :: windows wsl php 8 
Php :: getting current timestamp in php 
Php :: wordpress get current category slug 
Php :: check if value exists in object php 
Php :: strupper 
Php :: laravel abort 
Php :: $posts- links() laravel design error 
Php :: combine array except common ones php 
Php :: php detect mobile 
Php :: how to get the values of other fields in acf validate values 
Php :: how to check if input is number only in php 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =