Easily prevent HTML injection
by
23 Apr 2003
To easily prevent HTML injection from HTML that happens to be in the results of a database query, do this: PHP Code:
while ($bits = $DB_site->fetch_array($result))
|