Forums
(@alternator)
13 years, 11 months ago
No problemo. I just looking at your v1.2 code. I recommend you to use htmlentities() function which is more flexible and secure.
<?php $plugin_url = $_REQUEST['plugin_url']; $plugin_url = htmlentities($plugin_url); ?> ...
just my 2cents thanks ??