Posted by Master on Thu 9 Jul 13:02 (modification of post by view diff)
report abuse | View followups from Master | download | new post
- function strips(&$el) {
- foreach($el as &$v)
- strips($v);
- }
- strips($_GET);
- strips($_POST);
- strips($_COOKIE);
- strips($_REQUEST);
- }
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.