It's supposed to come after the closing bracket so it should look like this:
The other poster had it like this:PHP Code:if (!defined('IS_ADMIN_FLAG')) {
die('Illegal Access');
}
$facebook_add = $_POST['facebook_add'];
PHP Code:if (!defined('IS_ADMIN_FLAG')) {
die('Illegal Access');
$facebook_add = $_POST['facebook_add'];
}



Reply With Quote
