Rona
6
Q:

what does htmlentities do in php

<?php 
  
// String convertable to htmlentities  
$str = '<a href="https://www.geeksforgeeks.org">GeeksforGeeks</a>'; 
  
// It will convert htmlentities and print them 
echo htmlentities( $str ); 
?> 
0

New to Communities?

Join the community