| Codice: |
| $topicname = check_html($row['topicname'], "nohtml"); |
| Codice: |
| $topicname = stripslashes(check_html($row['topicname'], "nohtml")); |
| Codice: |
| $topictext = htmlentities(check_html($row['topictext'], "nohtml"), ENT_QUOTES); |
| Codice: |
| $topictext = stripslashes(htmlentities(check_html($row['topictext'], "nohtml"), ENT_QUOTES)); |
| Codice: |
| //Fix (stripslashes) By Sniffer 22/04/2007 - http://www.webother.com |
| Codice: |
| echo "<img src=\"images/arrow.gif\" border=\"0\" alt=\"\" /> $cat_link<a href=\"modules.php?name=News&file=article&sid=".intval($row2['sid'])."\">".htmlentities($row2['title'])."</a><br>"; |
| Codice: |
| echo "<img src=\"images/arrow.gif\" border=\"0\" alt=\"\" /> $cat_link<a href=\"modules.php?name=News&file=article&sid=".intval($row2['sid'])."\">".htmlentities($row2['title'])."</a><br>"; |
| Codice: |
| //Fix (stripslashes) By Sniffer 22/04/2007 - http://www.webother.com |