/ Published in: PHP

This function from php-fusion - great CMS.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
// Prevent any possible XSS attacks via $_GET. foreach ($_GET as $check_url) { } }
Comments
