79641688

Date: 2025-05-28 07:18:44
Score: 1
Natty:
Report link
  1. <?php   
         foreach ($get_data->result() as $row) 
         {   
             echo html_escape($row->col_1);
             echo html_escape($row->col_2);
             echo html_escape($row->col_3);
             echo html_escape($row->col_4);
    
             echo "<br>";
         }
    ?>
    
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: christianch1303