I am trying to combine htmlspecialchars with ucwords like this:
<?=ucwords,htmlspecialchars($row['names'],ENT_QUOTES,'UTF-8'))); ?>
but getting no results.
How is it done?
I am trying to combine htmlspecialchars with ucwords like this:
<?=ucwords,htmlspecialchars($row['names'],ENT_QUOTES,'UTF-8'))); ?>
but getting no results.
How is it done?