Is the following code the right way to do it or should it be different?
<?php if (!empty($row->file_name))
echo "<br><br>";
echo html_entity_decode($row->file_name)
?>
PHP:
from PHP https://ift.tt/2QSvnOt
via IFTTT
<?php if (!empty($row->file_name))
echo "<br><br>";
echo html_entity_decode($row->file_name)
?>
0 Comments