| Codice: |
| $object['pollTitle'] = check_html($object['pollTitle'], "nohtml"); |
| Codice: |
| $object['pollTitle'] = stripslashes(check_html($object['pollTitle'], "nohtml")); |
| Codice: |
| $pollTitle = htmlentities(check_html($row['pollTitle'], "nohtml"), ENT_QUOTES); |
| Codice: |
| $pollTitle = stripslashes(htmlentities(check_html($row['pollTitle'], "nohtml"), ENT_QUOTES)); |
| Codice: |
| $optionText = htmlentities(check_words(check_html($row2['optionText'], "nohtml")), ENT_QUOTES); |
| Codice: |
| $optionText = stripslashes(htmlentities(check_words(check_html($row2['optionText'], "nohtml")), ENT_QUOTES)); |
| Codice: |
| $pollTitle = stripslashes($pollTitle); |
| Codice: |
| $optionText = $row['optionText']; |
| Codice: |
| $optionText = stripslashes($row['optionText']); |
| Codice: |
| $pollTitle = $resultArray[$count][1]; |
| Codice: |
| $pollTitle = stripslashes($resultArray[$count][1]); |
| Codice: |
| $holdtitle = $db->sql_fetchrow($result); |
| Codice: |
| $holdtitle[1] = stripslashes($holdtitle[1]); |
| Codice: |
| $optionText = $row3['optionText']; |
| Codice: |
| $optionText = stripslashes($row3['optionText']); |