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'];
}
Thankyou Lankee for your response and I apologize for being a bit terse but I had been working on this file for an hour.
I am still getting a white screen and I have double checked all of the code do you have any suggestions.
with thanks
No worries. Look in your error log to see what error(s) are occurring to give the white screen. It will be something simple. You can also post the code from that page here and I can look at it. Put it in between theto make it easier to read.PHP Code:php brackets from the toolbar of the message text editor