Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

convert html code php

// html_entity_decode (php)

Ex:

<style>
.red {
  color: red;
}

.bold {
  font-weight: bold;
}
</style>
<?php
echo "<font class='red bold'> * required </font>";
?>

  
 
PREVIOUS NEXT
Tagged: #convert #html #code #php
ADD COMMENT
Topic
Name
9+8 =