handles apostrophy

This commit is contained in:
mcguirepr89
2022-02-15 09:18:22 -05:00
parent 7fe0b500ea
commit ba5ad4d53a
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -216,7 +216,7 @@ while($rows=$stats ->fetch_assoc())
<?php
while($row = $result->fetch_assoc()) {
?>
<option value='<?php echo $row['Com_Name'];?>'><?php echo $row['Com_Name'];?></option>"
<option value="<?php echo $row['Com_Name'];?>"><?php echo $row['Com_Name'];?></option>"
<?php
}
?>